Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ from dotenv import load_dotenv
|
|
17 |
from langchain.docstore.document import Document
|
18 |
from langchain.schema import Document
|
19 |
from chunk_python_code import chunk_python_code_with_metadata
|
20 |
-
from vectorstore
|
21 |
|
22 |
# Load environment variables from .env file
|
23 |
load_dotenv()
|
|
|
17 |
from langchain.docstore.document import Document
|
18 |
from langchain.schema import Document
|
19 |
from chunk_python_code import chunk_python_code_with_metadata
|
20 |
+
from vectorstore import get_chroma_vectorstore
|
21 |
|
22 |
# Load environment variables from .env file
|
23 |
load_dotenv()
|