Knowledge Ingestion Service
The Knowledge Ingestion Service supports ingestion of a wide variety of document formats into Knowledge Libraries for retrieval through the Knowledge Service. It currently uses Azure Document Intelligence to parse the documents before they are chunked, embedded and stored by the Knowledge service.
| Environment URLs |
Dev: ingest.dev.trimble-ai.com Stage: ingest.stage.trimble-ai.com Prod: ingest.ai.trimble.com |
| API Docs | developer.stage.trimble-ai.com/#ingest |
| Repository | github.com/Trimble-Agentic/agentic-kb-ingest-svc |
| Tech Stack | Python, FastAPI, Pydantic |
| Database | MongoDB |