Skip to content

chenglongwu0510/IPI_poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Follow below steps for setting up project

  • Open terminal in PyCharm / VSCode
  • cd <project>/<folder>
  • python3 -m venv env
  • source env/bin/activate
  • pip3 install --upgrade pip setuptools
  • pip3 install -r requirements.txt
  • gcloud auth application-default login
  • go to gcp cloud shell execute this gcloud auth print-access-toke and copy it to main.py > bearer variable token
  • streamlit run main.py

Reference code

Google Vertex Search API: https://cloud.google.com/generative-ai-app-builder/docs/multi-turn-search Streamlit API: https://blog.streamlit.io/create-a-search-engine-with-streamlit-and-google-sheets/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages