Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ from langchain_community.embeddings import HuggingFaceEmbeddings
|
|
22 |
from langchain_community.llms import HuggingFaceHub
|
23 |
from langchain_core.documents import Document
|
24 |
from sentence_transformers import SentenceTransformer
|
25 |
-
from llama_parse import
|
26 |
from llama_cpp import Llama
|
27 |
from llama_cpp_agent.llm_agent import LlamaCppAgent
|
28 |
from llama_cpp_agent.messages_formatter import MessagesFormatterType
|
|
|
22 |
from langchain_community.llms import HuggingFaceHub
|
23 |
from langchain_core.documents import Document
|
24 |
from sentence_transformers import SentenceTransformer
|
25 |
+
from llama_parse import LlamaParse
|
26 |
from llama_cpp import Llama
|
27 |
from llama_cpp_agent.llm_agent import LlamaCppAgent
|
28 |
from llama_cpp_agent.messages_formatter import MessagesFormatterType
|