leandroaraujodev commited on
Commit
04ed5ce
·
verified ·
1 Parent(s): 442fa31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,8 +12,8 @@ import streamlit as st
12
  import torch
13
  from llama_index.core import Settings, SimpleDirectoryReader, StorageContext, Document
14
  from llama_index.core.storage.docstore import SimpleDocumentStore
15
- from llama_index.llms.ollama import Ollama
16
- from llama_index.embeddings.ollama import OllamaEmbedding
17
  from llama_index.core.node_parser import LangchainNodeParser
18
  from langchain.text_splitter import RecursiveCharacterTextSplitter
19
  from llama_index.core.storage.chat_store import SimpleChatStore
 
12
  import torch
13
  from llama_index.core import Settings, SimpleDirectoryReader, StorageContext, Document
14
  from llama_index.core.storage.docstore import SimpleDocumentStore
15
+ # from llama_index.llms.ollama import Ollama
16
+ # from llama_index.embeddings.ollama import OllamaEmbedding
17
  from llama_index.core.node_parser import LangchainNodeParser
18
  from langchain.text_splitter import RecursiveCharacterTextSplitter
19
  from llama_index.core.storage.chat_store import SimpleChatStore