Unverified Commit 1df6100c authored by Matt Williams's avatar Matt Williams Committed by GitHub
Browse files

Update examples/langchain-python-rag-privategpt/privateGPT.py


Co-authored-by: default avatarBruce MacDonald <brucewmacdonald@gmail.com>
parent 5c48fe1f
......@@ -23,7 +23,6 @@ def main():
# Parse the command line arguments
args = parse_arguments()
embeddings = HuggingFaceEmbeddings(model_name=embeddings_model_name)
# db = Chroma(persist_directory=persist_directory, embedding_function=embeddings, client_settings=CHROMA_SETTINGS)
db = Chroma(persist_directory=persist_directory, embedding_function=embeddings)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment