get_document
Retrieve a specific document from an Elasticsearch index using a document ID and index name, enabling precise access to stored data for knowledge management.
Instructions
Retrieve a specific document from Elasticsearch index by document ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
doc_id | Yes | Document ID to retrieve from the index | |
index | Yes | Name of the Elasticsearch index containing the document |