Spaces:
Build error
Build error
XThomasBU
commited on
Commit
•
f1da7ee
1
Parent(s):
9a7da99
updated README
Browse files
README.md
CHANGED
@@ -65,3 +65,6 @@ vectorstores/ # Stores the created vector databases
|
|
65 |
|
66 |
.env # This needs to be created, store the API keys here
|
67 |
```
|
|
|
|
|
|
|
|
65 |
|
66 |
.env # This needs to be created, store the API keys here
|
67 |
```
|
68 |
+
- `code/modules/vectorstore/vectorstore.py`: Instantiates the `VectorStore` class to create the vector database.
|
69 |
+
- `code/modules/vectorstore/store_manager.py`: Instantiates the `VectorStoreManager:` class to manage the vector database, and all associated methods.
|
70 |
+
- `code/modules/retriever/retriever.py`: Instantiates the `Retriever` class to create the retriever.
|