Skip to content

Commit

Permalink
change query script model to large
Browse files Browse the repository at this point in the history
Signed-off-by: charliehuang09 <charliehuang09@gmail.com>
  • Loading branch information
charliehuang09 committed Mar 26, 2024
1 parent d70fc93 commit 2f8b644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def main():
client = QdrantClient("0.0.0.0", port=6333)
openai_client = OpenAI()

model = "text-embedding-3-small"
model = "text-embedding-3-large"
prompt = ""
embeddings = openai_client.embeddings.create(input=prompt,
model=model).data[0].embedding
Expand Down

0 comments on commit 2f8b644

Please sign in to comment.