Knowledge

Knowledge is primarily used for two purposes:

  • When the user-created agent responds using RAG (retrieval-augmented generation), it will call on the Knowledge content to generate responses that align with the agent’s identity and motivation settings.

  • It assists the platform in improving the automatically constructed RAG vector database, helping the agent better understand user needs and achieve a more intelligent state.

  1. Select any pre-created agent and click the [Edit info] button on the left to enter the agent modification page.

  1. Click [Edit Agent Info] to enter the knowledge base. You can choose to upload a file directly or choose to add text content.

[Upload file] Supported formats: .pdf, .word, .txt, .md, and other types.

File content:

  • It is best to organize the file content in markdown format, especially if it contains mathematical formulas or tables.

  • For pdf files, formats where each page is an image are not supported.

  • OCR is currently not supported.

[Add text] Supports all text-based information entered by the user.

Last updated