Spaces:
Running
Running
izammohammed
commited on
Commit
•
a093d11
1
Parent(s):
73eb3e6
Update llama_call.py
Browse files- llama_call.py +1 -1
llama_call.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from
|
2 |
from langchain_pinecone import PineconeVectorStore
|
3 |
from langchain.prompts import PromptTemplate
|
4 |
from langchain_community.llms import CTransformers
|
|
|
1 |
+
from helper import download_hugging_face_embeddings
|
2 |
from langchain_pinecone import PineconeVectorStore
|
3 |
from langchain.prompts import PromptTemplate
|
4 |
from langchain_community.llms import CTransformers
|