Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
from llama_cpp import Llama
|
2 |
import streamlit as st
|
3 |
from langchain.llms.base import LLM
|
4 |
-
from llama_index import LangchainEmbedding
|
|
|
5 |
from typing import Optional, List, Mapping, Any
|
6 |
from langchain.embeddings.huggingface import HuggingFaceEmbeddings
|
7 |
import pandas as pd
|
|
|
1 |
from llama_cpp import Llama
|
2 |
import streamlit as st
|
3 |
from langchain.llms.base import LLM
|
4 |
+
from llama_index.embeddings import LangchainEmbedding
|
5 |
+
from llama_index import PromptHelper
|
6 |
from typing import Optional, List, Mapping, Any
|
7 |
from langchain.embeddings.huggingface import HuggingFaceEmbeddings
|
8 |
import pandas as pd
|