vowelparrot
9e99fbb4b2
Merge branch 'master' into vwp/characters
2023-04-16 20:48:11 -07:00
vowelparrot
c28524d817
Re-run to test
2023-04-16 13:31:45 -07:00
Azam Iftikhar
1e655d5ffd
Fixed Regular expression ( #2933 )
...
### https://github.com/hwchase17/langchain/issues/2898
Instead of `"Action" and "Action Input"` keywords, we are getting
`"Action 1" and "Action 1 Input" or "Action Input 1" ` from
**gpt-3.5-turbo**
Updated the Regular expression to handle all these cases
Attaching the screenshot of the result from the updated Regular
expression.
<img width="1036" alt="Screenshot 2023-04-16 at 1 39 00 AM"
src="https://user-images.githubusercontent.com/55012400/232251184-23ca6cc2-7229-411a-b6e1-53b2f5ec18a5.png ">
2023-04-16 09:16:50 -07:00
Nahin Khan
9a03f00e6c
Fix typos ( #2977 )
2023-04-16 08:28:36 -07:00
Harrison Chase
5f5670eb00
cr
2023-04-15 21:06:39 -07:00
Harrison Chase
1d09d15fdd
stash
2023-04-15 18:25:17 -07:00
vowelparrot
265fb5f829
Add tests
2023-04-14 16:42:04 -07:00
vowelparrot
8bd2434862
Update
2023-04-14 15:24:21 -07:00
ecneladis
1a44b71ddf
Fix Baby AGI notebooks ( #2882 )
...
- fix broken notebook cell in
ae485b623d
- Python Black formatting
2023-04-14 07:40:04 -07:00
Harrison Chase
2c4138f80a
cr
2023-04-13 23:38:14 -07:00
vowelparrot
97ff1bdfcf
Update notebook`
2023-04-13 23:09:14 -07:00
vowelparrot
faea852c24
Add a test
2023-04-13 20:13:36 -07:00
vowelparrot
c64e7ac357
Draft Characters
2023-04-13 17:17:05 -07:00
Harrison Chase
425c437cd3
cr
2023-04-12 13:46:58 -07:00
vowelparrot
94a92abf24
Add Retrieval Example for AI Plugins ( #2737 )
...
This PR proposes
- An NLAToolkit method to instantiate from an AI Plugin URL
- A notebook that shows how to use that alongside an example of using a
Retriever object to lookup specs and route queries to them on the fly
---------
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com >
2023-04-11 23:22:14 -07:00
Harrison Chase
66786b0f0f
cr
2023-04-11 08:16:06 -07:00
Guohao Li
bb5118f4c9
Add notebook example for camel role playing ( #2689 )
...
This PR adds a LangChain implementation of CAMEL role-playing example:
https://github.com/lightaime/camel .
I am sorry that I am not that familiar with LangChain. So I only
implement it in a naive way. There may be a better way to implement it.
2023-04-10 21:12:45 -07:00
Harrison Chase
d3f779d61d
baby agi agent ( #2648 )
...
Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com >
2023-04-10 21:03:30 -07:00
Harrison Chase
e63f9a846b
Harrison/docs agents ( #2647 )
2023-04-09 22:34:34 -07:00