OxbridgeEconomics commited on
Commit
1177da7
·
unverified ·
1 Parent(s): 62095f0

Update vectorizer.py

Browse files
Files changed (1) hide show
  1. controllers/vectorizer.py +1 -1
controllers/vectorizer.py CHANGED
@@ -22,7 +22,7 @@ embedding = AzureOpenAIEmbeddings(
22
 
23
  vstore = AstraDBVectorStore(embedding=embedding,
24
  namespace="default_keyspace",
25
- collection_name="finfast_china_test",
26
  token=os.environ["ASTRA_DB_APPLICATION_TOKEN"],
27
  api_endpoint=os.environ["ASTRA_DB_API_ENDPOINT"])
28
 
 
22
 
23
  vstore = AstraDBVectorStore(embedding=embedding,
24
  namespace="default_keyspace",
25
+ collection_name="finfast_china",
26
  token=os.environ["ASTRA_DB_APPLICATION_TOKEN"],
27
  api_endpoint=os.environ["ASTRA_DB_API_ENDPOINT"])
28