-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated embedding model (text-embedding-3-small) and openai API access
updated deprecated model name replaced ivvfalt with streamingdiskann final fixes Updated embedding (text-embedding-3-small) and LLM model (gpt-4o) & openai API access
- Loading branch information
Hervé Ishimwe
authored and
Hervé Ishimwe
committed
Oct 2, 2024
1 parent
84a156e
commit 73cbaf7
Showing
4 changed files
with
197 additions
and
187 deletions.
There are no files selected for viewing
258 changes: 129 additions & 129 deletions
258
openai_pgvector_helloworld/blog_data_and_embeddings.csv
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,6 @@ openai | |
pandas | ||
numpy | ||
tiktoken | ||
psycopg2 | ||
psycopg2-binary | ||
pgvector | ||
python-dotenv |