Spaces:
Sleeping
Sleeping
srinidhidevaraj
commited on
Commit
•
7726d30
1
Parent(s):
4d5044f
Add application file
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ prompt=PromptTemplate(template=prompt_template, input_variables=["context", "que
|
|
41 |
llm=ChatGroq(groq_api_key=groq_api_key,model_name="mixtral-8x7b-32768")
|
42 |
# file_path="data/Medical_book.pdf"
|
43 |
# file_path='https://github.com/SrinidDev/Medical_GPT/blob/main/data/Medical_book.pdf'
|
44 |
-
file_path=''
|
45 |
pinecone_vector_store=doc_loader(file_path)
|
46 |
|
47 |
print(type(pinecone_vector_store))
|
|
|
41 |
llm=ChatGroq(groq_api_key=groq_api_key,model_name="mixtral-8x7b-32768")
|
42 |
# file_path="data/Medical_book.pdf"
|
43 |
# file_path='https://github.com/SrinidDev/Medical_GPT/blob/main/data/Medical_book.pdf'
|
44 |
+
file_path='Medical_book.pdf'
|
45 |
pinecone_vector_store=doc_loader(file_path)
|
46 |
|
47 |
print(type(pinecone_vector_store))
|