We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2de827b commit 440b38dCopy full SHA for 440b38d
backend/src/gemini_llm.py
@@ -295,8 +295,8 @@ def get_graph_from_Gemini(model_version,
295
graph_document_list = []
296
lst_chunk_chunkId_document=[]
297
location = "us-central1"
298
- project_id = "llm-experiments-387609"
299
- #credentials, project_id = google.auth.default()
+ #project_id = "llm-experiments-387609"
+ credentials, project_id = google.auth.default()
300
vertexai.init(project=project_id, location=location)
301
302
# combined_chunk_document_list=[]
0 commit comments