mirror of
https://github.com/hwchase17/langchain
synced 2024-11-04 06:00:26 +00:00
94cf71ecfa
## Description This PR updates the `NeptuneGraph` class to start using the boto API for connecting to the Neptune service. With boto integration, the graph class now supports authenticating requests using Sigv4; this is encapsulated with the boto API, and users only have to ensure they have the correct AWS credentials setup in their workspace to work with the graph class. This PR also introduces a conditional prompt that uses a simpler prompt when using the `Anthropic` model provider. A simpler prompt have seemed to work better for generating cypher queries in our testing. **Note**: This version will require boto3 version 1.28.38 or greater to work. |
||
---|---|---|
.. | ||
experimental | ||
langchain |