mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 20:12:55 +01:00
Use constants.py file
This commit is contained in:
parent
8c6a81a07f
commit
f12ea568e5
3 changed files with 4 additions and 4 deletions
|
|
@ -3,8 +3,8 @@ from langchain.text_splitter import RecursiveCharacterTextSplitter
|
|||
from langchain.vectorstores import Chroma
|
||||
from langchain.embeddings import LlamaCppEmbeddings
|
||||
from sys import argv
|
||||
from chroma_preference import PERSIST_DIRECTORY
|
||||
from chroma_preference import CHROMA_SETTINGS
|
||||
from constants import PERSIST_DIRECTORY
|
||||
from constants import CHROMA_SETTINGS
|
||||
|
||||
def main():
|
||||
# Load document and split in chunks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue