Update appChatbot.py
Browse files- appChatbot.py +0 -4
appChatbot.py
CHANGED
@@ -33,10 +33,6 @@ def replace_newlines_and_spaces(text):
|
|
33 |
def get_documents():
|
34 |
return PyPDFLoader("AI-smart-water-management-systems.pdf").load()
|
35 |
|
36 |
-
#def embeddings()
|
37 |
-
embeddings = embedding_functions.SentenceTransformerEmbeddingFunction(
|
38 |
-
model_name="multi-qa-mpnet-base-dot-v1"
|
39 |
-
)
|
40 |
|
41 |
def init_chromadb():
|
42 |
# Delete existing index directory and recreate the directory
|
|
|
33 |
def get_documents():
|
34 |
return PyPDFLoader("AI-smart-water-management-systems.pdf").load()
|
35 |
|
|
|
|
|
|
|
|
|
36 |
|
37 |
def init_chromadb():
|
38 |
# Delete existing index directory and recreate the directory
|