Update app.py
Browse files
app.py
CHANGED
@@ -5,8 +5,6 @@ from bm25s.hf import BM25HF
|
|
5 |
from langchain_core.prompts import ChatPromptTemplate, HumanMessagePromptTemplate
|
6 |
from langchain.docstore.document import Document
|
7 |
import torch
|
8 |
-
from langchain_ollama.llms import OllamaLLM
|
9 |
-
from langchain.chains import LLMChain
|
10 |
import os
|
11 |
from huggingface_hub import login
|
12 |
from langchain_groq import ChatGroq
|
|
|
5 |
from langchain_core.prompts import ChatPromptTemplate, HumanMessagePromptTemplate
|
6 |
from langchain.docstore.document import Document
|
7 |
import torch
|
|
|
|
|
8 |
import os
|
9 |
from huggingface_hub import login
|
10 |
from langchain_groq import ChatGroq
|