Spaces:
Sleeping
Sleeping
anmolsahai
commited on
Commit
•
ad38b2c
1
Parent(s):
409e166
comit
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
@@ -2,7 +2,7 @@ import os
|
|
2 |
import base64
|
3 |
import fitz # PyMuPDF
|
4 |
from langchain_core.prompts import PromptTemplate
|
5 |
-
from google.cloud import
|
6 |
import streamlit as st
|
7 |
import json
|
8 |
|
|
|
2 |
import base64
|
3 |
import fitz # PyMuPDF
|
4 |
from langchain_core.prompts import PromptTemplate
|
5 |
+
from google.cloud import aiplatform_v1
|
6 |
import streamlit as st
|
7 |
import json
|
8 |
|
requirements.txt
CHANGED
@@ -20,7 +20,7 @@ langchain_openai
|
|
20 |
langchain_anthropic
|
21 |
langchain_google_genai
|
22 |
docxcompose
|
23 |
-
google-cloud-aiplatform==1.
|
24 |
pdfminer.six==20201018
|
25 |
langchain-core
|
26 |
shapely==1.8.0
|
|
|
20 |
langchain_anthropic
|
21 |
langchain_google_genai
|
22 |
docxcompose
|
23 |
+
google-cloud-aiplatform==1.38
|
24 |
pdfminer.six==20201018
|
25 |
langchain-core
|
26 |
shapely==1.8.0
|