You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/modules
Prayson Wilfred Daniel 2b4ba203f7
query correction from when to what (#4383)
# Minor Wording Documentation Change 

```python
agent_chain.run("When's my friend Eric's surname?")
# Answer with 'Zhu'
```

is change to 

```python
agent_chain.run("What's my friend Eric's surname?")
# Answer with 'Zhu'
```

I think when is a residual of the old query that was "When’s my friends
Eric`s birthday?".
1 year ago
..
agents query correction from when to what (#4383) 1 year ago
callbacks add more color to callbacks docs (#3856) 1 year ago
chains Simplify router chain constructor signatures (#4146) 1 year ago
indexes Fix grammar in Text Splitters docs (#4373) 1 year ago
memory Fix bad spellings for 'convenience' (#3936) 1 year ago
models fix json saving, update docs to reference anthropic chat model (#4364) 1 year ago
prompts Add example on how to use Featureform with langchain (#4337) 1 year ago
utils/examples Pass parsed inputs through to tool _run (#4309) 1 year ago
agents.rst improve agent documentation (#4062) 1 year ago
chains.rst big docs refactor (#1978) 1 year ago
indexes.rst Correct typo in documentation for word 'therefore' (#2529) 1 year ago
memory.rst big docs refactor (#1978) 1 year ago
models.rst big docs refactor (#1978) 1 year ago
paul_graham_essay.txt Fix notebook example (#3142) 1 year ago
prompts.rst big docs refactor (#1978) 1 year ago
state_of_the_union.txt Docs refactor (#480) 2 years ago