langchain/tests/integration_tests/chains
Hubert 22601b0b63
fix neo4j schema query (#6381)
Fix issue #6380 

<!-- Remove if not applicable -->

Fixes #6380  (issue)

#### Before submitting

<!-- If you're adding a new integration, please include:

1. a test for the integration - favor unit tests that does not rely on
network access.
2. an example notebook showing its use


See contribution guidelines for more information on how to write tests,
lint
etc:


https://github.com/hwchase17/langchain/blob/master/.github/CONTRIBUTING.md
-->

#### Who can review?

Tag maintainers/contributors who might be interested:
@hwchase17

<!-- For a quicker response, figure out the right person to tag with @

  @hwchase17 - project lead

  Tracing / Callbacks
  - @agola11

  Async
  - @agola11

  DataLoaders
  - @eyurtsev

  Models
  - @hwchase17
  - @agola11

  Agents / Tools / Toolkits
  - @hwchase17

  VectorStores / Retrievers / Memory
  - @dev2049

 -->

---------

Co-authored-by: HubertKl <HubertKl>
2023-06-19 22:48:35 -07:00
..
__init__.py initial commit 2022-10-24 14:51:15 -07:00
test_graph_database.py fix neo4j schema query (#6381) 2023-06-19 22:48:35 -07:00
test_memory.py Harrison/memory refactor (#1478) 2023-03-07 07:59:37 -08:00
test_pal.py Callbacks Refactor [base] (#3256) 2023-04-30 11:14:09 -07:00
test_react.py Harrison/tools exp (#372) 2022-12-18 21:51:23 -05:00
test_retrieval_qa.py Implement saving and loading of RetrievalQA chain (#5818) 2023-06-07 21:07:13 -07:00
test_self_ask_with_search.py Google Search API integration with serper.dev (wrapper, tests, docs, … (#909) 2023-02-15 22:47:17 -08:00
test_sql_database.py Callbacks Refactor [base] (#3256) 2023-04-30 11:14:09 -07:00