Skip to content

Commit

Permalink
minor fix for env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bilge-ince committed Jul 31, 2024
1 parent 73b96dc commit a5aa9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedding.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def generate_embeddings():
'documents_embeddings',
'public',
'id',
'{os.getenv("EMBEDDING_MODEL")}',
'{os.getenv("AIDB_MODEL_NAME")}',
'text',
'documents',
ARRAY['id', 'doc_fragment'],
Expand Down

0 comments on commit a5aa9f7

Please sign in to comment.