Commit Graph

  • e46202829f feat #4479: TextLoader auto detect encoding and improved exceptions (#4927) Eugene Yurtsev 2023-05-18 09:55:14 -04:00
  • 8c28ad6dac API update: Engines -> Models (#4915) 张城铭 2023-05-18 21:54:42 +08:00
  • c06a47a691 Load specific file types from Google Drive (issue #4878) (#4926) Eugene Yurtsev 2023-05-18 09:27:53 -04:00
  • dfbf45f028 bump version to 173 (#4910) Harrison Chase 2023-05-17 23:36:45 -07:00
  • b8d48939a2 Harrison/unified objectives (#4905) Harrison Chase 2023-05-17 23:03:57 -07:00
  • 9165267f8a Harrison/improved retry tool (#4842) Harrison Chase 2023-05-17 21:41:01 -07:00
  • ba023d53ca Harrison/faiss norm (#4903) Harrison Chase 2023-05-17 21:40:49 -07:00
  • 9e2227ba11 Harrison/serper api bug (#4902) Harrison Chase 2023-05-17 21:40:39 -07:00
  • c998569c8f docs: text splitters improvements (#4490) Leonid Ganeline 2023-05-17 21:33:34 -07:00
  • 613bf9b514 Update getting_started.md (#4482) Steve Kim 2023-05-18 13:32:25 +09:00
  • 41e2394c9c Fix AzureOpenAI embeddings documentation example. model -> deployment (#4389) Ismael G Serrano 2023-05-18 06:05:53 +02:00
  • a4ac006658 Update gallery (#4873) Davis Chase 2023-05-17 20:59:41 -07:00
  • 8966f61ca5 Zep memory (#4898) Davis Chase 2023-05-17 20:01:01 -07:00
  • e28bdf4453 Cadlabs/python tool sanitization (#4754) Davis Chase 2023-05-17 19:46:12 -07:00
  • 0dc304ca80 Add html parsers (#4874) Eugene Yurtsev 2023-05-17 22:39:11 -04:00
  • 8e41143bf5 Add a generic document loader (#4875) Eugene Yurtsev 2023-05-17 22:38:55 -04:00
  • df0c33a005 Faiss no avx2 (#4895) Davis Chase 2023-05-17 19:18:57 -07:00
  • 5c9205d5f4 ConversationalChatAgent: Allow customizing TEMPLATE_TOOL_RESPONSE (#2361) Emil Ahlbäck 2023-05-18 02:23:08 +02:00
  • 1ff7c958b0 Bold Crumbs (#4876) Zander Chase 2023-05-17 15:50:35 -07:00
  • 4c3ab55e94 feat(Add FastAPI + Vercel deployment option): (#4520) Alexander Miasoiedov (Myasoedov) 2023-05-18 01:50:25 +03:00
  • ef8b5f64bc Tiny code review and docs fix for Docugami DataLoader (#4877) Taqi Jaffri 2023-05-17 15:31:43 -07:00
  • d6e0b9a43d fix homepage typo (#4883) C.J. Jameson 2023-05-17 15:30:23 -07:00
  • b96ab4b763 docs retriever improvements (#4430) Leonid Ganeline 2023-05-17 15:29:22 -07:00
  • 0147f845f1 Update getting_started.ipynb (#4850) Justin Levi Winter 2023-05-17 16:19:14 -04:00
  • 3e12f0957a Remove unused variables in Milvus vectorstore (#4868) Yong Fu 2023-05-17 12:00:37 -07:00
  • c5ab9782c6 Add beautiful soup 4 to extended testing extra (#4869) Eugene Yurtsev 2023-05-17 14:11:26 -04:00
  • 6a9cdc43f5 Fix TypeError in Vectorstore Redis class methods (#4857) Ryan Culligan 2023-05-17 12:48:09 -05:00
  • 2d20a1196e Hugging Face Loader: Add lazy load (#4799) Eugene Yurtsev 2023-05-17 12:04:23 -04:00
  • a63ab7ded1 bump 172 (#4864) Davis Chase 2023-05-17 08:54:39 -07:00
  • 2f8eb95a91 Remove unnecessary comment (#4845) yujiosaka 2023-05-18 00:53:03 +09:00
  • e257380deb Typos (#4851) UmerHA 2023-05-17 17:52:22 +02:00
  • 8dcad0f272 Add Support for Flexible Input Format for LLM and Chat Model Runs (#4805) Zander Chase 2023-05-17 07:24:17 -07:00
  • a47c62fcba Add dev option (#4828) Zander Chase 2023-05-17 07:09:25 -07:00
  • 720ac49f42 2markdown loader (#4796) Harrison Chase 2023-05-16 23:42:53 -07:00
  • aa73a888fa Some notebook and client fixes (add retries, clean up docs, etc) (#4820) Ankush Gola 2023-05-16 20:23:00 -07:00
  • 0a591da6db Add weaviate by_text (#4824) Davis Chase 2023-05-16 19:43:15 -07:00
  • d1b6839d97 Retry session and tenant (#4822) Zander Chase 2023-05-16 18:54:40 -07:00
  • 49e4aaf673 Fix subclassing OpenAIEmbeddings (#4500) Nguyen Trung Duc (john) 2023-05-17 08:35:19 +07:00
  • 08df80bed6 console callback verbose (#4696) Harrison Chase 2023-05-16 18:28:43 -07:00
  • d5d4c0a172 Update summarize.ipynb (#4529) David Peterson 2023-05-16 20:14:00 -05:00
  • bcffc704c1 fix: agenerate miss run_manager args in llm.py (#4566) Django 2023-05-17 08:37:56 +08:00
  • 4e56d3119c update qdrant docs to reflect the proper way to initialize Qdrant() constructor (#4596) Brendan Mannix 2023-05-16 20:30:38 -04:00
  • 5372a06a8c DOC: Fix SageMaker example (#4598) Sean Morgan 2023-05-16 17:28:16 -07:00
  • e90654f39b Added cleaning up the downloaded PDF files (#4601) Steve Kim 2023-05-17 09:26:56 +09:00
  • 6fbd5e837f Update planner_prompt.py, change usery to user (#4623) Quinn 2023-05-17 08:24:27 +08:00
  • 432421ffa5 [Fix][GenerativeAgent] Get the memory importance score from regex matched group (#4636) Tony Zhang 2023-05-16 16:59:50 -07:00
  • be405ac139 Query_constructor.base.py function _get_prompt() not including passed examples. (#4680) Daniel Maturana 2023-05-16 20:31:10 -03:00
  • 3af448d72e Update huggingface_tools.ipynb (#4700) Anam Hira 2023-05-16 16:28:27 -07:00
  • e28f4a5f39 changed cohere.py to update the default model of embedding (#4709) rajib 2023-05-16 16:27:23 -07:00
  • 75fe9d3555 Add from_file method to message prompt template (#4713) charosen 2023-05-17 07:25:17 +08:00
  • e8d46bdd9b Replaced SQLDatabaseChain deprecated direct initialisation with from_llm method (#4778) Chandan Routray 2023-05-17 04:29:06 +05:30
  • 11341fcecb Fixed query checker for SQLDatabaseChain (#4780) Chandan Routray 2023-05-17 04:28:58 +05:30
  • 08876ad066 Fix SelfQueryRetriever, passing new query to vector store (#4774) Yeong0228 2023-05-17 06:46:22 +08:00
  • 8fd4d5d117 Added dependencies to make example executable (#4790) Mark Pors 2023-05-17 00:46:09 +02:00
  • 5bc7082e82 Cleanup and added dependencies to make example executable (#4795) Mark Pors 2023-05-17 00:29:01 +02:00
  • bcce9a3a92 Fix age inconsistency in plan and execute Jupyter notebook example (#4814) keenangraham 2023-05-16 15:27:27 -07:00
  • 61f9c52fc7 Update twitter-the-algorithm-analysis-deeplake.ipynb (#4812) Prateek K. Keshari 2023-05-17 00:27:15 +02:00
  • 6561efebb7 Accept uuids kwargs for weaviate (#4800) yujiosaka 2023-05-17 07:26:46 +09:00
  • e78c9be312 Add Confluence Loader unit tests (#3333) Adam Quigley 2023-05-17 08:17:07 +10:00
  • d126276693 Specify which data to return from chromadb (#4393) Magnus Friberg 2023-05-16 23:43:09 +02:00
  • 00c6ec8a2d fix(document_loaders/telegram): fix pandas calls + add tests (#4806) Raduan Al-Shedivat 2023-05-16 23:35:25 +02:00
  • 206c87d525 Change server start name (#4811) Zander Chase 2023-05-16 20:04:09 +00:00
  • 255690d78e Catch changes to test group (#4802) Eugene Yurtsev 2023-05-16 14:48:56 -04:00
  • c3b6129beb Block sockets for unit-tests (#4803) Eugene Yurtsev 2023-05-16 14:41:24 -04:00
  • f7e3d97b19 Remove unnecessary spaces from document object’s page_content of BiliBiliLoader (#4619) 了空 2023-05-17 01:13:57 +08:00
  • f47ec5b4b6 Docugami docs: First cell should be a title cell (#4735) Eugene Yurtsev 2023-05-16 13:12:14 -04:00
  • d403f659ea Update google protobuf dep (#4798) Eugene Yurtsev 2023-05-16 12:25:07 -04:00
  • 3ecd7c9641 Add check to verify poetry.toml (#4794) Eugene Yurtsev 2023-05-16 11:53:06 -04:00
  • f5a476fdd4 Fix typo in dataframe.py (#4786) Ikko Eltociear Ashimine 2023-05-17 00:49:04 +09:00
  • 14bedf1cc5 Github Action: Fix poetry lock file checking (#4789) Eugene Yurtsev 2023-05-16 11:40:28 -04:00
  • 7ce43372c3 Version 171 (#4788) Davis Chase 2023-05-16 08:24:45 -07:00
  • bee136efa4 Update Tracing Walkthrough (#4760) Zander Chase 2023-05-16 13:26:43 +00:00
  • fc0a3c8500 Persist Volume After Stop (#4763) Zander Chase 2023-05-16 13:10:13 +00:00
  • a7af32c274 Cassandra support for chat history (#4378) (#4764) Harrison Chase 2023-05-15 23:43:09 -07:00
  • c4c7936caa Harrison/wiki loader (#4765) Harrison Chase 2023-05-15 23:42:57 -07:00
  • c632f7fc4e Add Milvus and Zilliz Retrievals (#4416) Filip Haltmayer 2023-05-15 21:22:54 -07:00
  • 2e43954bc3 fixed on_llm issue (#4717) Bradley James 2023-05-16 11:36:21 +10:00
  • bf0904b676 Add Server Command (#4695) Zander Chase 2023-05-16 00:44:30 +00:00
  • 03ac39368f Fixing DeepLake Overwrite Flag (#4683) Anirudh Suresh 2023-05-15 19:39:16 -05:00
  • 8bb32d77d0 Update utils.py to make headless an optional argument (#4745) d 3 n 7 2023-05-16 02:29:06 +02:00
  • a9dbe90447 Exponential back-off support for Google PaLM api (#4001) Mose Tronci 2023-05-16 02:21:11 +02:00
  • a6f3ec94bc docs: added additional_resources folder (#4748) Leonid Ganeline 2023-05-15 17:12:47 -07:00
  • a128d95aeb Fix Async Shared Resource Bug (#4751) Zander Chase 2023-05-16 00:04:01 +00:00
  • 3f0357f94a Add summarization task type for HuggingFace APIs (#4721) whuwxl 2023-05-16 07:26:17 +08:00
  • 580861e7f2 Revert "Make serpapi base url configurable via env (#4402)" (#4750) Zander Chase 2023-05-15 23:17:16 +00:00
  • 21b9397342 Update the milvus example (#4706) shiyu22 2023-05-16 07:16:57 +08:00
  • 7d15669b41 llama-cpp: add gpu layers parameter (#4739) hilarious-viking 2023-05-16 00:01:48 +01:00
  • 36c9fd1af7 Dev2049/docs edit0 (#4699) Davis Chase 2023-05-15 15:20:37 -07:00
  • 1e467d9fc4 Jupyter Notebook Example for using Mongodb to store Chat Message History (#4436) Jinto Jose 2023-05-15 14:33:42 -07:00
  • 6060505a9d Add new links to Tutorials and YouTube pages (#4746) Leonid Ganeline 2023-05-15 14:32:48 -07:00
  • 47657fe01a Tweaks to the PowerBI toolkit and utility (#4442) Eduard van Valkenburg 2023-05-15 23:30:48 +02:00
  • e363e709cb Add source field to metadata (#4462) mvhensbergen 2023-05-15 23:30:12 +02:00
  • 5111bec540 Make serpapi base url configurable via env (#4402) vinoyang 2023-05-16 05:25:25 +08:00
  • cb802edf75 [Feature] Add GraphQL Query Tool (#4409) Roma 2023-05-15 18:06:12 -03:00
  • 49ce5ce1ca Only run linkcheck against docs dir on PR (#4741) Eugene Yurtsev 2023-05-15 14:40:43 -04:00
  • 99cfe71cd0 Check poetry lock file (#4740) Eugene Yurtsev 2023-05-15 14:38:01 -04:00
  • 09587a3201 Clean up tests for pdf parsers (#4595) Eugene Yurtsev 2023-05-15 14:21:05 -04:00
  • 70fd7cda14 docs: Concepts (#4734) Leonid Ganeline 2023-05-15 11:09:25 -07:00
  • 8de81d34a1 bump version to 170 (#4733) Harrison Chase 2023-05-15 09:21:00 -07:00
  • dd95f0892d Harrison/add top k (#4707) Harrison Chase 2023-05-15 09:09:22 -07:00