langchain/langchain
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
..
agents Improve error message (#6275) 2023-06-19 22:21:01 -07:00
callbacks Update arize_callback.py (#6433) 2023-06-19 18:33:49 -07:00
chains Harrison/functions in retrieval (#6463) 2023-06-19 22:07:58 -07:00
chat_models fix anthropic chat model mutating input list (#6457) 2023-06-19 21:30:52 -07:00
client Run eval in eval mode (#6447) 2023-06-19 18:31:38 -07:00
docstore Fix class promotion (#6187) 2023-06-18 16:55:18 -07:00
document_loaders Harrison/unstructured page number (#6464) 2023-06-19 22:31:43 -07:00
embeddings Update output format of MosaicML endpoint to be more flexible (#6060) 2023-06-15 22:15:39 -07:00
evaluation Add Trajectory Eval RunEvaluator (#6449) 2023-06-19 21:11:50 -07:00
experimental Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
graphs fix neo4j schema query (#6381) 2023-06-19 22:48:35 -07:00
indexes Create async copy of from_text() inside GraphIndexCreator. (#5214) 2023-05-24 21:54:12 -07:00
llms fix: llm caching for replicate (#6396) 2023-06-19 22:47:59 -07:00
load Include placeholder value for all secrets, not just kwargs (#6421) 2023-06-19 15:41:45 +01:00
memory Fixed an unhandled error that was raised when DynamoDB did not have any chat history. (#6141) 2023-06-18 17:39:19 -07:00
output_parsers changes to llm chain (#6328) 2023-06-18 22:49:47 -07:00
prompts Fix for #6431 - chatprompt template with partial variables giing validation error (#6456) 2023-06-19 22:08:15 -07:00
retrievers Fix class promotion (#6187) 2023-06-18 16:55:18 -07:00
tools Incorrect argument count handling (#5543) 2023-06-19 22:06:20 -07:00
utilities Update serpapi.py Support baidu list type answer_box (#6386) 2023-06-19 22:48:18 -07:00
vectorstores Update SinglStoreDB vectorstore (#6423) 2023-06-19 22:08:58 -07:00
__init__.py console callback verbose (#4696) 2023-05-17 01:28:43 +00:00
base_language.py nc/load (#5733) 2023-06-11 15:51:28 -07:00
cache.py feat: add Momento as a standard cache and chat message history provider (#5221) 2023-05-25 19:13:21 -07:00
docker-compose.yaml Update docker-compose.yaml (#3582) 2023-04-26 15:11:59 -07:00
document_transformers.py Contextual compression retriever (#2915) 2023-04-20 17:01:14 -07:00
env.py Use LCP Client in Tracer (#5908) 2023-06-08 21:15:14 -07:00
example_generator.py Replace remaining usage of basellm with baselangmodel (#3981) 2023-05-02 21:52:29 -07:00
formatting.py Validate input_variables when using jinja2 templates (#3140) 2023-04-19 16:18:32 -07:00
input.py FileCallbackHandler (#5589) 2023-06-03 16:48:48 -07:00
math_utils.py add get_top_k_cosine_similarity method to get max top k score and index (#5059) 2023-05-22 11:55:48 -07:00
model_laboratory.py Harrison/improve cache (#368) 2022-12-18 16:22:42 -05:00
py.typed Add py.typed marker to package (#121) 2022-11-12 11:22:32 -08:00
python.py Move PythonRepl -> langchain.utilities (#2917) 2023-04-15 10:50:25 -07:00
requests.py fixed aiohttp.client_exceptions.ClientConnectionError: Connection closed (#2718) 2023-04-11 10:52:55 -07:00
schema.py changes to llm chain (#6328) 2023-06-18 22:49:47 -07:00
serpapi.py move serpapi wrapper (#1199) 2023-02-20 21:15:45 -08:00
server.py Fix for ModuleNotFoundError while running langchain-server. Issue #5833 (#6077) 2023-06-13 08:37:07 -07:00
sql_database.py Revise DATABRICKS_API_TOKEN as DATABRICKS_TOKEN (#5796) 2023-06-06 14:22:49 -07:00
text_splitter.py feat: Add support for the Solidity language (#6054) 2023-06-14 14:25:02 -07:00
utils.py feat(integrations): Add WandbTracer (#4521) 2023-06-01 00:01:19 -07:00