This is a streamlit application to demonstrate very fast searching from desired dataset (xlsx, csv, json, jsonl) using typesense.
# Clone the repository
git clone https://github.com/itsvineetkr/Learning-Typesense
# Navigate to the project directory
cd Learning-Typesense
# Install the required dependencies
pip install -r requirements.txt
# You also need to create a .env file and store your Typesense API key like
# TYPESENSE_API_KEY=""
# Run the Streamlit application
streamlit run main.py