Commit Graph

  • df6865cd52 Allow no token limit for ChatGPT API (#1481) kahkeng 2023-03-06 13:18:55 -08:00
  • 312c319d8b bump version to 102 (#1471) Harrison Chase 2023-03-06 10:50:44 -08:00
  • 0e21463f07 (rfc) chat models (#1424) Harrison Chase 2023-03-06 08:34:24 -08:00
  • dec3750875 Change method to calculate number of tokens for OpenAIChat (#1457) Juanky Soriano 2023-03-06 09:20:25 -06:00
  • 763f879536 fix always verbose on summarization checker (#1440) Tim Asp 2023-03-05 07:10:08 -08:00
  • 56b850648f cr (#1436) Harrison Chase 2023-03-04 08:38:56 -08:00
  • 63a5614d23 Harrison/simple memory (#1435) Harrison Chase 2023-03-04 08:15:52 -08:00
  • a1b9dfc099 Harrison/similarity search chroma (#1434) Harrison Chase 2023-03-04 08:10:15 -08:00
  • 68ce68f290 Fix an unusual issue that occurs when using OpenAIChat for llm_math (#1410) Peng Qu 2023-03-04 23:56:07 +08:00
  • b8a7828d1f Update huggingface_datasets.ipynb (#1417) Ikko Eltociear Ashimine 2023-03-04 17:22:31 +09:00
  • 6a4ee07e4f Fix type hint of 'vectorstore_cls' arg in SemanticSimilarityExampleSelector (#1427) Kentaro Tanaka 2023-03-04 17:20:18 +09:00
  • 23231d65a9 Add PyMuPDF PDF loader (#1426) Tim Asp 2023-03-03 20:59:28 -08:00
  • 3d54b05863 searx: add install instructions, update doc and notebooks (#1420) blob42 2023-03-04 04:57:50 +00:00
  • bca0935d90 [docs] fix minor import error (#1425) Tim Asp 2023-03-03 16:10:07 -08:00
  • 882f7964fb fix sql misinterpretation of % in query (#1408) Jon Luo 2023-03-02 19:03:16 -05:00
  • 443992c4d5 [Docs] Add missing word from prompt docs (#1406) JonLuca De Caro 2023-03-03 01:02:54 +01:00
  • a83a371069 Minor documentation update in initialize_agent (#1397) Eugene Yurtsev 2023-03-02 14:46:35 -05:00
  • 499e76b199 Allow the regular openai class to be used for ChatGPT models (#1393) Nuno Campos 2023-03-02 17:04:18 +00:00
  • 8947797250 Return Cohere embeddings as lists of floats (#1394) Kacper Łukawski 2023-03-02 18:02:10 +01:00
  • 1989e7d4c2 Update examples to prevent confusing missing _type warning (#1391) Jason Gill 2023-03-02 10:39:57 -05:00
  • dda5259f68 bump version to 0.0.99 (#1390) Harrison Chase 2023-03-02 07:25:59 -08:00
  • f032609f8d Add recursive parameter to DirectoryLoader (#1389) Kacper Łukawski 2023-03-02 16:06:26 +01:00
  • 9ac442624c Add Qdrant named arguments (#1386) Kacper Łukawski 2023-03-02 16:05:14 +01:00
  • 34abcd31b9 remove limit clause from prompt for compatibility with ms sql server (#1385) Francisco Ingham 2023-03-02 12:02:42 -03:00
  • fe30be6fba add async and streaming support to OpenAIChat (#1378) Ankush Gola 2023-03-01 21:55:43 -08:00
  • cfed0497ac Minor grammatical fixes (#1325) Lakshya Agarwal 2023-03-02 10:48:09 +05:30
  • 59157b6891 Bug: Fix Python version validation in PythonAstREPLTool (#1373) Ryan Dao 2023-03-01 21:15:27 -08:00
  • e178008b75 Harrison/track token usage (#1382) Harrison Chase 2023-03-01 21:15:13 -08:00
  • 1cd8996074 Harrison/summarizer chain (#1356) Harrison Chase 2023-03-01 20:59:07 -08:00
  • cfae03042d Fix the openaichat example (#1377) yakigac 2023-03-02 11:24:32 +09:00
  • 4b5e850361 chatgpt wrapper (#1367) Harrison Chase 2023-03-01 11:47:01 -08:00
  • 4d4b43cf5a fix doc names (#1354) Harrison Chase 2023-03-01 09:40:31 -08:00
  • c01f9100e4 bump version to 0097 (#1365) Harrison Chase 2023-03-01 08:20:24 -08:00
  • edb3915ee7 typo in vectorstores (#1362) Christie Jacob 2023-03-01 19:21:37 +04:00
  • fe7dbecfe6 pandas and csv agents (#1353) Harrison Chase 2023-02-28 22:19:11 -08:00
  • 02ec72df87 improve docs (#1351) Harrison Chase 2023-02-28 21:37:18 -08:00
  • 92ab27e4b8 sql doc formatting (#1350) Jon Luo 2023-02-28 22:54:46 -05:00
  • 82baecc892 Add a SQL agent for interacting with SQL Databases and JSON Agent for interacting with large JSON blobs (#1150) Ankush Gola 2023-02-28 19:44:39 -08:00
  • 35f1e8f569 separate columns by tabs instead of single space in sql sample rows (#1348) Jon Luo 2023-02-28 21:59:53 -05:00
  • 6c629b54e6 Fixed arguments passed to InvalidTool.run(). (#1340) kurehajime 2023-03-01 11:58:23 +09:00
  • 3574418a40 Fix link in summarization.md (#1344) James Brotchie 2023-02-28 18:58:12 -08:00
  • 5bf8772f26 add option to use user-defined SQL table info (#1347) Jon Luo 2023-02-28 21:58:04 -05:00
  • 924bba5ce9 bump version (#1342) Harrison Chase 2023-02-28 08:48:32 -08:00
  • 786852e9e6 partial variables (#1308) Harrison Chase 2023-02-28 08:40:35 -08:00
  • 72ef69d1ba Add new iFixit document loader (#1333) Tim Asp 2023-02-27 20:40:20 -08:00
  • 1aa41b5741 feat: document loader for image files (#1330) Matt Robinson 2023-02-27 17:43:32 -05:00
  • c14cff60d0 Documentation: Minor typo fixes (#1327) Eugene Yurtsev 2023-02-27 17:40:43 -05:00
  • f61858163d bump version to 0.0.95 (#1324) Harrison Chase 2023-02-27 07:45:54 -08:00
  • 0824d65a5c Harrison/indexing pipeline (#1317) Harrison Chase 2023-02-27 00:31:36 -08:00
  • a0bf856c70 Update agent_vectorstore.ipynb (#1318) Akshay 2023-02-26 23:22:35 -08:00
  • 166cda2cc6 Harrison/deeplake (#1316) Harrison Chase 2023-02-26 22:35:04 -08:00
  • aaad6cc954 Harrison/atlas db (#1315) Harrison Chase 2023-02-26 22:11:38 -08:00
  • 3989c793fd Making it possible to use "certainty" as a parameter for the weaviate similarity_search (#1218) Marc Puig 2023-02-27 02:55:28 +01:00
  • 42b892c21b Avoid IntegrityError for SQLiteCache updates (#1286) Alexander Hoyle 2023-02-26 20:54:43 -05:00
  • 81abcae91a Harrison/banana fix (#1311) Harrison Chase 2023-02-26 17:53:57 -08:00
  • 648b3b3909 Fix use case sentence for bash util doc (#1295) Casey A. Fitzpatrick 2023-02-26 17:41:03 -08:00
  • fd9975dad7 add CoNLL-U document loader (#1297) Ingo Kleiber 2023-02-27 02:27:00 +01:00
  • d29f74114e copy paste loader (#1302) Harrison Chase 2023-02-26 17:26:37 -08:00
  • ce441edd9c improve docs (#1309) Harrison Chase 2023-02-26 11:25:16 -08:00
  • 6f30d68581 add example of using agent with vectorstores (#1285) Harrison Chase 2023-02-25 13:27:24 -08:00
  • 002da6edc0 ruff ruff (#1203) Harrison Chase 2023-02-25 08:59:52 -08:00
  • 0963096491 fix imports (#1288) Harrison Chase 2023-02-25 08:48:02 -08:00
  • c5dd491a21 bump version to 0094 (#1280) Harrison Chase 2023-02-24 08:26:34 -08:00
  • 2f15c11b87 feat: document loader for MS Word documents (#1282) Matt Robinson 2023-02-24 11:26:19 -05:00
  • 96db6ed073 cleanup (#1274) Harrison Chase 2023-02-24 07:38:24 -08:00
  • 7e8f832cd6 Harrison/cohere params (#1278) Harrison Chase 2023-02-24 07:37:58 -08:00
  • a8e88e1874 Harrison/logprobs (#1279) Harrison Chase 2023-02-24 07:37:45 -08:00
  • 42167a1e24 Harrison/fb loader (#1277) Harrison Chase 2023-02-24 07:22:48 -08:00
  • bb53d9722d Harrison/errors (#1276) Harrison Chase 2023-02-24 07:13:47 -08:00
  • 8a0751dadd adding .ipynb loader and documentation Fixes #1248 (#1252) Klein Tahiraj 2023-02-24 16:10:35 +01:00
  • 4b5d427421 Harrison/source docs (#1275) Harrison Chase 2023-02-24 07:09:10 -08:00
  • 9becdeaadf Add Writer, Banana, Modal, StochasticAI (#1270) Enrico Shippole 2023-02-24 09:58:58 -05:00
  • 5457d48416 searx: add query_suffix parameter (#1259) blob42 2023-02-24 00:00:40 +00:00
  • 9381005098 fix bug with length function (#1257) Harrison Chase 2023-02-23 16:00:15 -08:00
  • 10e73a3723 docs: remove nltk download steps (#1253) Matt Robinson 2023-02-23 15:34:44 -05:00
  • 5bc6dc076e added caching and properties docs (#1255) Justin Torre 2023-02-23 11:03:04 -08:00
  • 6d37d089e9 bump version to 0093 (#1251) Harrison Chase 2023-02-23 08:00:42 -08:00
  • 8e3cd3e0dd Add DeepInfra LLM support (#1232) Iskren Ivov Chernev 2023-02-23 17:37:15 +02:00
  • b7765a95a0 docs: add Graphsignal ecosystem page (#1228) Dmitri Melikyan 2023-02-23 16:33:00 +01:00
  • d480330fae fix to specific language transcript (#1231) Satoru Sakamoto 2023-02-24 00:32:46 +09:00
  • 6085fe18d4 add ifttt tool (#1244) Harrison Chase 2023-02-22 22:29:43 -08:00
  • 8a35811556 Don't instruct LLM to use the LIMIT clause, which is incompatible with SQL Server (#1242) Jon Luo 2023-02-23 01:21:26 -05:00
  • 71709ad5d5 Update key_concepts.md (#1209) (#1237) Harrison Chase 2023-02-22 13:30:53 -08:00
  • 53c67e04d4 add aleph alpha llm (#1207) Dennis Antela Martinez 2023-02-22 18:37:36 +00:00
  • c6ab1bb3cb Fixing typo in loading.py (#1235) Klein Tahiraj 2023-02-22 19:36:14 +01:00
  • 334b553260 Update petals.md (#1225) Ikko Eltociear Ashimine 2023-02-23 03:34:16 +09:00
  • ac1320aae8 fix sqlite internal tables breaking table_info (#1224) Jon Luo 2023-02-22 13:34:05 -05:00
  • 4e28982d2b Fix typo in constitutional_ai base.py (#1216) djacobs7 2023-02-21 17:03:44 -08:00
  • cc7d2e5621 Correct typo in "Question Answering" How-To Guide (#1221) Sason 2023-02-21 17:02:58 -08:00
  • 424e71705d searx: remove duplicate param (#1219) blob42 2023-02-22 01:02:42 +00:00
  • 4e43b0efe9 bump version 0092 (#1204) Harrison Chase 2023-02-21 08:56:07 -08:00
  • 3d5f56a8a1 docs: add quotes to unstructured[local-inference] install instructions (#1208) Matt Robinson 2023-02-21 11:06:43 -05:00
  • 047231840d add docs for chroma persistance (#1202) Harrison Chase 2023-02-20 23:04:17 -08:00
  • 5bdb8dd6fe Harrison/unstructured io (#1200) Harrison Chase 2023-02-20 22:54:49 -08:00
  • d90a287d8f Harrison/updating docs (#1196) Harrison Chase 2023-02-20 22:54:26 -08:00
  • b7708bbec6 rfc: callback changes (#1165) Harrison Chase 2023-02-20 22:54:15 -08:00
  • fb83cd4ff4 catch networkx error (#1201) Harrison Chase 2023-02-20 21:43:02 -08:00
  • 44c8d8a9ac move serpapi wrapper (#1199) Harrison Chase 2023-02-20 21:15:45 -08:00
  • af94f1dd97 HuggingFaceEndpoint: Correct Example for ImportError (#1176) Konstantin Hebenstreit 2023-02-21 06:09:39 +01:00
  • 0c84ce1082 Harrison/add documents (#1197) Harrison Chase 2023-02-20 21:02:28 -08:00