Skip to content

Context_Upload py

peter-olai edited this page May 7, 2025 · 3 revisions

Context Upload (context_upload.py)

The src/context_upload.py file is responsible for handling the upload and management of contextual data, primarily for the RAG Service.

Responsibilities

  • Receiving context data (e.g., documents, user history).
  • Processing and storing context (e.g., in a vector database for RAG).
  • Making context available to other parts of the service.

(Describe the types of context supported, the upload mechanism, and how context is utilized.)

Clone this wiki locally