jacobweiss2305 / semantic-search

Demo of OpenAI semantic search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Python 100.0%