m96tkmok commited on
Commit
990a627
·
verified ·
1 Parent(s): d7ab726

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -1,5 +1,8 @@
1
  import streamlit as st
2
  import ollama
 
 
 
3
 
4
  from langchain import hub
5
  from langchain_community.document_loaders.web_base import WebBaseLoader
@@ -8,8 +11,7 @@ from langchain.text_splitter import RecursiveCharacterTextSplitter
8
  from typing import List, Tuple, Dict, Any
9
  from langchain_ollama import OllamaEmbeddings
10
 
11
- import os
12
- import logging
13
 
14
  ##### Logging
15
 
 
1
  import streamlit as st
2
  import ollama
3
+ import torch
4
+ import os
5
+ import logging
6
 
7
  from langchain import hub
8
  from langchain_community.document_loaders.web_base import WebBaseLoader
 
11
  from typing import List, Tuple, Dict, Any
12
  from langchain_ollama import OllamaEmbeddings
13
 
14
+
 
15
 
16
  ##### Logging
17