document
autogen.agentchat.contrib.graph_rag.document.Document
API Reference
- autogen
- Overview
- AFTER_WORK
- AfterWork
- AfterWorkOption
- Agent
- AgentNameConflictError
- AssistantAgent
- Cache
- ChatCompletion
- ChatResult
- Completion
- ConversableAgent
- GroupChat
- GroupChatManager
- InvalidCarryOverTypeError
- ModelClient
- NoEligibleSpeakerError
- ON_CONDITION
- OnCondition
- OpenAIWrapper
- ReasoningAgent
- SenderRequiredError
- SwarmAgent
- SwarmResult
- ThinkNode
- UPDATE_SYSTEM_MESSAGE
- UndefinedNextAgentError
- UpdateSystemMessage
- UserProxyAgent
- a_initiate_swarm_chat
- config_list_from_dotenv
- config_list_from_json
- config_list_from_models
- config_list_gpt4_gpt35
- config_list_openai_aoai
- filter_config
- gather_usage_summary
- get_config_list
- initiate_chats
- initiate_swarm_chat
- register_function
- register_hand_off
- visualize_tree
- agentchat
- Overview
- AFTER_WORK
- ContextStr
- ON_CONDITION
- SwarmAgent
- SwarmResult
- UPDATE_SYSTEM_MESSAGE
- UpdateSystemMessage
- a_initiate_chats
- register_hand_off
- chat
- contrib
- agent_eval
- agent_optimizer
- capabilities
- captainagent
- gpt_assistant_agent
- graph_rag
- Overview
- Document
- DocumentType
- GraphQueryEngine
- GraphRagCapability
- GraphStoreQueryResult
- document
- falkor_graph_query_engine
- falkor_graph_rag_capability
- graph_query_engine
- graph_rag_capability
- neo4j_graph_query_engine
- neo4j_graph_rag_capability
- neo4j_native_graph_query_engine
- neo4j_native_graph_rag_capability
- img_utils
- llamaindex_conversable_agent
- llava_agent
- math_user_proxy_agent
- multimodal_conversable_agent
- qdrant_retrieve_user_proxy_agent
- rag
- reasoning_agent
- retrieve_assistant_agent
- retrieve_user_proxy_agent
- society_of_mind_agent
- swarm_agent
- text_analyzer_agent
- vectordb
- web_surfer
- realtime
- utils
- agents
- browser_utils
- cache
- code_utils
- coding
- doc_utils
- exception_utils
- formatting_utils
- graph_utils
- import_utils
- interop
- io
- logger
- math_utils
- messages
- oai
- retrieve_utils
- runtime_logging
- token_count_utils
- tools
- types
document
autogen.agentchat.contrib.graph_rag.document.Document
Document
Document(
doctype:Â DocumentType,
data: Any | None = None,
path_or_url: str | None = <factory>
)
A wrapper of graph store query results.
Parameters:Name | Description |
---|---|
doctype | Type: DocumentType |
data | Type: Any | None Default: None |
path_or_url | Type: str | None Default: <factory> |
Class Attributes
data
doctype
path_or_url
On this page