sfarrukh commited on
Commit
83a255b
2 Parent(s): 5da247a 612a8de
Files changed (3) hide show
  1. .gitignore +2 -0
  2. app.py +4 -0
  3. requirements.txt +26 -1
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ .env
2
+ data/
app.py CHANGED
@@ -8,7 +8,11 @@ load_dotenv()
8
 
9
  # Use followin json data to feed to Chroma
10
  import json
 
11
  with open("final_data_for_vectorstore.json",'r') as file:
 
 
 
12
  data4chroma= json.load(file)
13
 
14
  # Initiate vector store
 
8
 
9
  # Use followin json data to feed to Chroma
10
  import json
11
+ <<<<<<< HEAD
12
  with open("final_data_for_vectorstore.json",'r') as file:
13
+ =======
14
+ with open("data/processed/final_data_for_vectorstore.json",'r') as file:
15
+ >>>>>>> 612a8de184fb59eb13e55539c9c67457aef5f624
16
  data4chroma= json.load(file)
17
 
18
  # Initiate vector store
requirements.txt CHANGED
@@ -1,3 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  chromadb
2
  langchain
3
  langchain_community
@@ -5,6 +23,13 @@ langchain-huggingface
5
  langchain_chroma
6
  gradio
7
  gradio_client
 
8
  python-dotenv
9
  sentence-transformers
10
- huggingface
 
 
 
 
 
 
 
1
+ <<<<<<< HEAD
2
+ =======
3
+ <<<<<<< HEAD
4
+ langchain_ollama
5
+ pymupdf
6
+ chromadb
7
+ langchain
8
+ langchain_community
9
+ langchain-huggingface
10
+ langchain_chroma
11
+ gradio
12
+ gradio_client
13
+ torch
14
+ pyprojroot
15
+ =======
16
+ langchain_ollama
17
+ pymupdf
18
+ >>>>>>> 612a8de184fb59eb13e55539c9c67457aef5f624
19
  chromadb
20
  langchain
21
  langchain_community
 
23
  langchain_chroma
24
  gradio
25
  gradio_client
26
+ <<<<<<< HEAD
27
  python-dotenv
28
  sentence-transformers
29
+ huggingface
30
+ =======
31
+ torch
32
+ pyprojroot
33
+ >>>>>>> 00121f50fc674cbd0c4c33e2937b6aaed654db54
34
+ python-dotenv
35
+ >>>>>>> 612a8de184fb59eb13e55539c9c67457aef5f624