Skip to content

jacobweiss2305/semantic-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

semantic-search

Demo of OpenAI semantic search

Steps:

  1. Create and activate virtual environement python -m venv venv && venv\Scripts\activate.bat
  2. Install reqs pip install -r requirements.txt
  3. Edit .env-sample file with OPENAI_API_KEY and rename the file to .env
  4. Launch streamlit streamlit run app\main.py
  5. Upload your data
  6. Pick a column to search on
  7. Enter funny search terms!

About

Demo of OpenAI semantic search

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages