anmolsahai commited on
Commit
ad38b2c
1 Parent(s): 409e166
Files changed (2) hide show
  1. app.py +1 -1
  2. 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 aiplatform
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.12.0
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