RAG (Knowledge Base)
Endpoints
- GETList Knowledge Base
/rag/knowledgebase/ - POSTCreate Knowledge Base
/rag/knowledgebase/ - PUTUpdate Knowledge Base
/rag/knowledgebase/{KB_Id}/ - DELETEDelete Knowledge Base
/rag/knowledgebase/{KB_Id}/ - GETDocument List in Knowledge Base
/rag/knowledgebase/{KB_Id}/documents/ - PUTBulk Action on KB Document
/rag/knowledgebase/{KB_Id}/documents/ - POSTRetrieval Testing on Knowledge Base
/rag/knowledgebase/{KB_Id}/retrieval/ - PUTAction on Document
/rag/knowledgebase/{KB_Id}/documents/{Doc_Id}/action/ - PUTUpdate Document
/rag/knowledgebase/{KB_Id}/documents/{Doc_Id}/ - DELETEDelete Document
/rag/knowledgebase/{KB_Id}/documents/{Doc_Id}/ - GETGet Chunk List in the Document
/rag/knowledgebase/{KB_Id}/documents/{Doc_Id}/chunks/ - POSTAdd chunks to the Document
/rag/knowledgebase/{KB_Id}/documents/{Doc_Id}/chunks/ - PUTBulk action on chunks
/rag/knowledgebase/{KB_Id}/documents/{Doc_Id}/chunks/ - PUTEnable or disable a chunk
/rag/knowledgebase/{KB_Id}/documents/{Doc_Id}/chunks/{Chunk_Id}/action/{action}/ - PUTUpdate Chunk
/rag/knowledgebase/{KB_Id}/documents/{Doc_Id}/chunks/{Chunk_Id}/ - DELETEDelete Chunk
/rag/knowledgebase/{KB_Id}/documents/{Doc_Id}/chunks/{Chunk_Id}/ - POSTImport Documents
/rag/knowledgebase/{KB_Id}/import/