Harrison Chase
5df689ec3c
cr
2023-03-30 18:15:20 -07:00
Harrison Chase
9246c5d226
cr
2023-03-30 07:53:43 -07:00
Harrison Chase
d4315f2eb0
cr
2023-03-29 17:23:00 -07:00
Harrison Chase
82e9b211dc
cr
2023-03-29 17:13:48 -07:00
Harrison Chase
477857bc39
cr
2023-03-29 16:47:38 -07:00
Harrison Chase
ae7aa0eaa4
cr
2023-03-29 16:11:53 -07:00
Harrison Chase
8c66688454
cr
2023-03-29 16:07:55 -07:00
Harrison Chase
66a84307f1
cr
2023-03-29 16:04:03 -07:00
Harrison Chase
cb752c66de
cr
2023-03-29 16:01:19 -07:00
Harrison Chase
0cbe33a06b
Merge branch 'master' into harrison/base-agent
2023-03-29 14:38:33 -07:00
Harrison Chase
f5a4bf0ce4
remove prep ( #2136 )
...
agents should be stateless or async stuff may not work
2023-03-29 14:38:21 -07:00
Harrison Chase
8b91a21e37
fix memory docs ( #2157 )
2023-03-29 11:39:06 -07:00
Harrison Chase
b35260ed47
Harrison/memory base ( #2122 )
...
@3coins + @zoltan-fedor.... heres the pr + some minor changes i made.
thoguhts? can try to get it into tmrws release
---------
Co-authored-by: Zoltan Fedor <zoltan.0.fedor@gmail.com >
Co-authored-by: Piyush Jain <piyushjain@duck.com >
2023-03-29 10:10:09 -07:00
Harrison Chase
ba4e090c6c
cr
2023-03-29 01:21:02 -07:00
Harrison Chase
4ae228a3d0
remove prep
2023-03-28 23:55:43 -07:00
Chase Adams
b5449a866d
docs: tiny fix on docs verbiage ( #2124 )
...
Changed `RecursiveCharaterTextSplitter` =>
`RecursiveCharacterTextSplitter`. GH's diff doesn't handle the long
string well.
2023-03-28 22:56:29 -07:00
Jonathan Page
8441cbfc03
Add successful request count to OpenAI callback ( #2128 )
...
I've found it useful to track the number of successful requests to
OpenAI. This gives me a better sense of the efficiency of my prompts and
helps compare map_reduce/refine on a cheaper model vs. stuffing on a
more expensive model with higher capacity.
2023-03-28 22:56:17 -07:00
Harrison Chase
27f80784d0
fix link ( #2123 )
2023-03-28 22:51:36 -07:00
blob42
031e32f331
searx: implement async + helper tool providing json results ( #2129 )
...
- implemented `arun` and `aresults`. Reuses aiosession if available.
- helper tools `SearxSearchRun` and `SearxSearchResults`
- update doc
Co-authored-by: blob42 <spike@w530>
2023-03-28 22:49:02 -07:00
Ankush Gola
ccee1aedd2
add async support for anthropic ( #2114 )
...
should not be merged in before
https://github.com/anthropics/anthropic-sdk-python/pull/11 gets released
2023-03-28 22:49:14 -04:00
Harrison Chase
a5bf8c9b9d
Harrison/aleph alpha embeddings ( #2117 )
...
Co-authored-by: Piotr Mazurek <piotr635@gmail.com >
Co-authored-by: PiotrMazurek <piotr.mazurek@aleph-alpha.com >
2023-03-28 15:18:03 -07:00
Alex Telon
ef25904ecb
Fixed 1 missing line in getting_started.md ( #2107 )
...
Seems like a copy paste error. The very next example does have this
line.
Please tell me if I missed something in the process and should have
created an issue or something first!
2023-03-28 15:03:28 -07:00
Francis Felici
9d6f649ba5
fix typo in docs ( #2115 )
...
simple typo
2023-03-28 15:03:17 -07:00
Honkware
aff33d52c5
Add OpenWeatherMap API Tool ( #2083 )
...
Added tool for OpenWeatherMap API
2023-03-28 12:02:14 -07:00
Charlie Holtz
f16c1fb6df
Add replicate take 2 ( #2077 )
...
This PR adds a replicate integration to langchain.
It's an updated version of
https://github.com/hwchase17/langchain/pull/1993 , but with updates to
match latest replicate-python code.
https://github.com/replicate/replicate-python .
---------
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com >
Co-authored-by: Zeke Sikelianos <zeke@sikelianos.com >
2023-03-28 11:56:57 -07:00
Harrison Chase
410bf37fb8
Harrison/big query ( #2100 )
...
Co-authored-by: lu-cashmoney <lucas.corley@gmail.com >
2023-03-28 08:17:22 -07:00
Harrison Chase
eff5eed719
Harrison/jina ( #2043 )
...
Co-authored-by: numb3r3 <wangfelix87@gmail.com >
Co-authored-by: felix-wang <35718120+numb3r3@users.noreply.github.com >
2023-03-28 08:16:17 -07:00
Stéphane Busso
0bee219cb3
feat: Add Notion database document loader ( #2056 )
...
This PR adds Notion DB loader for langchain.
It reads content from pages within a Notion Database. It uses the Notion
API to query the database and read the pages. It also reads the metadata
from the pages and stores it in the Document object.
2023-03-28 08:07:09 -07:00
Harrison Chase
4cd5cf2e95
notebook for tokens ( #2086 )
2023-03-28 07:59:40 -07:00
Harrison Chase
d5825bd3e8
Harrison/whatsapp loader ( #2085 )
...
Co-authored-by: Moshe <hello@moshemalka.me >
2023-03-27 23:43:45 -07:00
Michael Gokhman
b5020c7d9c
docs: fix promptlayer link typo ( #2005 )
...
tiny typo, just stumbled upon it when reading the docs
Co-authored-by: Michael Gokhman <michaelg@ai21.com >
2023-03-27 23:35:54 -07:00
Deepankar Mahapatro
5bea731fb4
docs(deployment): add langchain-serve ( #2006 )
...
Adds documentation to deploy Langchain Chains & Agents using Jina.
Repo: https://github.com/jina-ai/langchain-serve
2023-03-27 23:32:04 -07:00
Harrison Chase
0e3b0c827e
Harrison/ai plugin ( #2084 )
...
Co-authored-by: Xupeng (Tony) Tong <tongxupeng.cpu@gmail.com >
2023-03-27 23:31:53 -07:00
Ace Eldeib
4be2f9d75a
fix: numerous broken documentation links ( #2070 )
...
seems linkchecker isn't catching them because it runs on generated html.
at that point the links are already missing.
the generation process seems to strip invalid references when they can't
be re-written from md to html.
I used https://github.com/tcort/markdown-link-check to check the doc
source directly.
There are a few false positives on localhost for development.
2023-03-27 23:07:03 -07:00
Harrison Chase
f74a1bebf5
Harrison/duckdb ( #2064 )
...
Co-authored-by: Trent Hauck <trent@trenthauck.com >
2023-03-27 19:51:34 -07:00
Harrison Chase
76ecca4d53
redis retriever ( #2060 )
2023-03-27 19:51:23 -07:00
Ankush Gola
b7ebb8fe30
enable streaming in anthropic llm wrapper ( #2065 )
2023-03-27 20:25:00 -04:00
Harrison Chase
30e3b31b04
Harrison/document cleanup ( #2062 )
...
Co-authored-by: Delip Rao <delip@users.noreply.github.com >
2023-03-27 16:32:55 -07:00
Harrison Chase
a0cd6672aa
Harrison/site map ( #2061 )
...
Co-authored-by: Tim Asp <707699+timothyasp@users.noreply.github.com >
2023-03-27 16:28:08 -07:00
Krulknul
5e91928607
Added .as_retriever() to from_llm() calls ( #2051 )
2023-03-27 15:04:03 -07:00
Jason Holtkamp
3d3e523520
Update getting_started with better example ( #1910 )
...
I noticed that the "getting started" guide section on agents included an
example test where the agent was getting the question wrong 😅
I guess Olivia Wilde's dating life is too tough to keep track of for
this simple agent example. Let's change it to something a little easier,
so users who are running their agent for the first time are less likely
to be confused by a result that doesn't match that which is on the docs.
2023-03-27 08:19:13 -07:00
Eduard van Valkenburg
c1a9d83b34
Added Azure Blob Storage File and Container Loader ( #1890 )
...
Added support for document loaders for Azure Blob Storage using a
connection string. Fixes #1805
---------
Co-authored-by: Mick Vleeshouwer <mick@imick.nl >
2023-03-27 08:17:14 -07:00
Harrison Chase
b26fa1935d
fix headers ( #2039 )
2023-03-27 07:55:57 -07:00
Harrison Chase
bc2ed93b77
fix doc tags ( #2019 )
2023-03-26 21:43:51 -07:00
Ankush Gola
c71f2a7b26
small nit on index page ( #2018 )
2023-03-27 00:15:24 -04:00
Harrison Chase
51681f653f
fix docs ( #2017 )
2023-03-26 20:50:36 -07:00
Harrison Chase
705431aecc
big docs refactor ( #1978 )
...
Co-authored-by: Ankush Gola <ankush.gola@gmail.com >
2023-03-26 19:49:46 -07:00
Harrison Chase
b83e826510
plugin tool ( #1974 )
2023-03-24 12:30:08 -07:00
Harrison Chase
6ec5780547
add docs for openai retriever ingest ( #1969 )
2023-03-24 08:24:33 -07:00
Harrison Chase
47d37db2d2
WIP: Harrison/base retriever ( #1765 )
2023-03-24 07:46:49 -07:00