Instructions
RAG SDK APIs include knowledge management APIs, database APIs, model management APIs, evaluation module APIs, retrieval APIs, and chain APIs. You can call these APIs for secondary development.
RAG SDK APIs comply with the exception handling mechanism. Therefore, you must call them and handle exceptions in the try and except statement blocks to prevent the program from exiting due to exceptions.
For QA pairs cached by RAG SDK, the generated database is not encrypted for storage. If personal data such as bank account numbers, ID card numbers, passport numbers, and passwords is involved, do not store the data in the database.
Parent topic: API Reference