Spaces:
Running
Running
“vinit5112”
commited on
Commit
·
2fb49a3
1
Parent(s):
0972444
solve
Browse files- backend/rag.py +1 -1
backend/rag.py
CHANGED
@@ -14,7 +14,7 @@ class RAG:
|
|
14 |
self.client = genai.Client(api_key=google_api_key)
|
15 |
|
16 |
# Setup Vector Store (Qdrant configuration is handled via environment variables)
|
17 |
-
self.vector_store = VectorStore(
|
18 |
|
19 |
# Setup Text Splitter
|
20 |
self.text_splitter = RecursiveCharacterTextSplitter(
|
|
|
14 |
self.client = genai.Client(api_key=google_api_key)
|
15 |
|
16 |
# Setup Vector Store (Qdrant configuration is handled via environment variables)
|
17 |
+
self.vector_store = VectorStore()
|
18 |
|
19 |
# Setup Text Splitter
|
20 |
self.text_splitter = RecursiveCharacterTextSplitter(
|