You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After load process has finished we need to loop over the downloaded documents and use the embedding service to chunk, split, generate and save embeddings to the embedding db. The Embedding Service and walkthroughs should be sufficient for this.
Describe the issue
A user should be able to ingest documents from confluence by passing the following payload to the
/ingest
API endpoint:Ingestion
After load process has finished we need to loop over the downloaded documents and use the
embedding
service to chunk, split, generate and save embeddings to the embedding db. TheEmbedding Service
and walkthroughs should be sufficient for this.Relevant files
Route ingestion on request: https://github.com/superagent-ai/super-rag/blob/main/api/ingest.py#L23
Create a new handler: https://github.com/superagent-ai/super-rag/blob/main/service/ingest.py
The text was updated successfully, but these errors were encountered: