Skip to contentSkip to navigationSkip to topbar
Page toolsOn this page
Looking for more inspiration?Visit the

Enterprise Knowledge limits


This page outlines product and API resource limits for Knowledge.


Knowledge product limits

knowledge-product-limits page anchor

The following displays Enterprise Knowledge limits and known issues.

  • Enterprise Knowledge supports up to five knowledge bases.
  • Each knowledge base can contain up to ten knowledge sources.

This section displays API resource limits and constraints for Knowledge APIs.

Knowledge bases

knowledge-bases page anchor
Resource limitValueNotes
Knowledge base friendly name128 characters
Description1023 characters
Metadata1023 characters
Content size1,048,576 characters (~1MB)Only applies to text source types.
URL length2048 charactersOnly applies to web crawling source types.
Max chunk results20 chunksConversation Memory ranks all possible pieces of information (chunks) from a knowledge source by semantic similarity. This means that Conversation Memory will only select the top 20 most relevant chunks to pass to the LLM.
Max chunk size65,536 characters (~64KB)
Chunking properties100 max itemsKey-value pairs that are stored alongside raw text from a knowledge source and its vector. For example, a source_file could be a key and the associated value could be the pdf (for example, Annual_Report_2025.pdf) where the information was pulled from.
Import max file size16,777,216 bytes (16 MiB)Only applies to file upload source types.
Import file name max length256 characters.Only applies to file upload source types.