JPBianchi commited on
Commit
32c34c0
1 Parent(s): af56c87
Files changed (1) hide show
  1. app/engine/vectorstore.py +1 -1
app/engine/vectorstore.py CHANGED
@@ -61,7 +61,7 @@ class VectorStore:
61
  # self.api_key = os.environ.get('FINRAG_WEAVIATE_API_KEY')
62
  # self.url = os.environ.get('FINRAG_WEAVIATE_ENDPOINT')
63
  print('Before client creation')
64
- self.client = WeaviateWCS(endpoint=https://finrag-uflmnhbp.weaviate.network,
65
  api_key=s1+'OOf',
66
  model_name_or_path=self.model_path)
67
  print('After client creation')
 
61
  # self.api_key = os.environ.get('FINRAG_WEAVIATE_API_KEY')
62
  # self.url = os.environ.get('FINRAG_WEAVIATE_ENDPOINT')
63
  print('Before client creation')
64
+ self.client = WeaviateWCS(endpoint="https://finrag-uflmnhbp.weaviate.network",
65
  api_key=s1+'OOf',
66
  model_name_or_path=self.model_path)
67
  print('After client creation')