url error
Browse files
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')
|