분류 전체보기
-
윈도우에서 postgreSQL 시작하기 - pgvector 윈도우 설치하기프로그래밍/DB 2024. 8. 20. 19:30
윈도우에서 pgvector 사용하기 윈도우에서 pgvector를 설치하고 사용하는 과정을 기록해보겠습니다. https://github.com/pgvector/pgvector?tab=readme-ov-file GitHub - pgvector/pgvector: Open-source vector similarity search for PostgresOpen-source vector similarity search for Postgres. Contribute to pgvector/pgvector development by creating an account on GitHub.github.com https://learn.microsoft.com/en-us/cpp/build/building-on-the..
-
azure openai 사용하여 임베딩 변환하기프로그래밍/자연어처리 2024. 8. 20. 17:24
azure openai + postgreSQL를 사용해서 벡터검색 사용하기 azure openai에서 제공하는 임베딩 모델은 다음과 같습니다. azure openai 임베딩 모델 참고: https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models#model-summary-table-and-region-availability 임베딩 모델별 성능 비교 text-embedding-3-small은 효율성이 매우 높은 최신 임베딩 모델로, 2022년 12월에 출시된 text-embedding-ada-002 모델에 비해 크게 개선되었습니다. 성능 향상text-embedding-ada-002와 text-embedding-3-sm..
-
윈도우에서 postgresql 시작하기 - postgresql 설치 및 pgAdmin 사용방법프로그래밍/DB 2024. 8. 19. 14:48
postgreSQL 다운로드 https://www.postgresql.org/download/windows/ PostgreSQL: Windows installersWindows installers Interactive installer by EDB Download the installer certified by EDB for all supported PostgreSQL versions. Note! This installer is hosted by EDB and not on the PostgreSQL community servers. If you have issues with the website it's hostewww.postgresql.org 위 사이트에서 Download the insta..