userlele commited on
Commit
5a01d9f
·
verified ·
1 Parent(s): cf89f72

Update llm.py

Browse files
Files changed (1) hide show
  1. llm.py +1 -1
llm.py CHANGED
@@ -28,7 +28,7 @@ def load_and_process_pdf():
28
 
29
  def create_vectorstore(splits = load_and_process_pdf()):
30
  # model_name = "nomic-ai/nomic-embed-text-v1"
31
- embeddings = HuggingFaceEmbedding()
32
  # model_name=model_name)
33
  vectorstore = Chroma(
34
  collection_name="example_collection",
 
28
 
29
  def create_vectorstore(splits = load_and_process_pdf()):
30
  # model_name = "nomic-ai/nomic-embed-text-v1"
31
+ embeddings = HuggingFaceEmbeddings()
32
  # model_name=model_name)
33
  vectorstore = Chroma(
34
  collection_name="example_collection",