Guide
Getting Started
Getting Started
Seqtra combines chunking and retrieving in one stage, i.e. chunking only with respect to the query during retrieval rather than defining chunk boundary during the ingestion phase. This strategy is known as late chunking in literature. Please note that we only accept PDFs for now.
Setup
Python Version: Python 3.10.16
Clone the repository:
Create an environment and do:
Test on your own input
Get your own API Key
To use Seqtra's services, you'll need to obtain a free API key:
Visit app.seqtra.com
Create an account or log in to your existing account
Navigate to the API section in your dashboard
Generate a new API key
Copy the key and add it to the api_token field in the streamlit app
Your API key provides secure access to Seqtra's advanced document processing capabilities at no cost.
Using UI
Run the following: