Commit Graph

  • e12e00df12 use output parsers in agents (#2987) Harrison Chase 2023-04-16 13:15:21 -07:00
  • 8b9e02da9d Fix/issue 1213 (#2932) cs0lar 2023-04-16 21:11:30 +01:00
  • 4c02f4bc30 Fix bug in svm.LinearSVC, add support for a relevancy_threshold (#2959) (#2981) Harrison Chase 2023-04-16 12:57:18 -07:00
  • 7302787a7b Fix docs for parse_with_prompt (#2986) Mauricio Scheffer 2023-04-16 20:57:04 +01:00
  • 69698be3e6 consistently use getLogger(__name__), no root logger (#2989) Paul Garner 2023-04-16 20:49:35 +01:00
  • 32db2a2c2f fix lint Harrison Chase 2023-04-16 10:56:19 -07:00
  • 1e655d5ffd Fixed Regular expression (#2933) Azam Iftikhar 2023-04-16 21:46:50 +05:30
  • 88d3ce12b8 Harrison/diffbot (#2984) Harrison Chase 2023-04-16 09:11:24 -07:00
  • 5ca7ce77cd Remove pythonrepl from LLM-MathChain (#2943) vowelparrot 2023-04-16 08:50:32 -07:00
  • 2a0f65f7af tiktoken: Relax Python version check (#2966) Daniel Nouri 2023-04-16 17:44:21 +02:00
  • aead062a70 Add an example tutorial for using PDFMinerPDFasHTMLLoader (#2960) Chetanya Rastogi 2023-04-16 08:34:39 -07:00
  • 51894ddd98 allow tokentextsplitters to use model name to select encoder (#2963) Tim Asp 2023-04-16 08:33:47 -07:00
  • 706ebd8f9c Enforce maximum Wikipedia query length (#2969) Alex Iribarren 2023-04-16 17:30:57 +02:00
  • 9a03f00e6c Fix typos (#2977) Nahin Khan 2023-04-16 18:28:36 +03:00
  • 9d8ab28837 Add top_k and filter fields to ChatGPTPluginRetriever (#2852) Altay Sansal 2023-04-15 23:07:53 -05:00
  • 4ffc58e07b Add similarity_search_with_normalized_similarities (#2916) vowelparrot 2023-04-15 21:06:08 -07:00
  • b9db20481f Fix wrong token counts from get_num_tokens from openai llms (#2952) Tim Asp 2023-04-15 16:09:17 -07:00
  • fea5619ce9 Add title, lang, description to Web loader document metadata (#2955) Tim Asp 2023-04-15 16:07:08 -07:00
  • f7bf917baf Fix missing docker-compose (#2899) Maciej Pióro 2023-04-16 01:05:11 +02:00
  • b634489b2e bump version to 141 (#2950) Harrison Chase 2023-04-15 12:56:39 -07:00
  • 274b25c010 SVM retriever (#2947) (#2949) Harrison Chase 2023-04-15 12:49:59 -07:00
  • baf350e32b parametrize redis (#2946) Harrison Chase 2023-04-15 12:47:36 -07:00
  • 36aa7f30e4 Move PythonRepl -> langchain.utilities (#2917) dev2049 2023-04-15 10:50:25 -07:00
  • 7c73e9df5d Add kwargs to VectorStore.maximum_marginal_relevance (#2921) dev2049 2023-04-15 10:49:49 -07:00
  • b3a5b51728 [minor] Deep Lake auth improvements in docs, kwargs pass, faster tests (#2927) Davit Buniatyan 2023-04-15 10:49:16 -07:00
  • c4ae8c1d24 bump ver to 140 (#2895) Harrison Chase 2023-04-15 09:23:19 -07:00
  • ad3973a3b8 Fix typo (#2942) Nahin Khan 2023-04-15 18:53:25 +03:00
  • cf2789d86d delete antropic chat notebook (#2945) Harrison Chase 2023-04-15 08:48:51 -07:00
  • 0aa828b1dc typo fix (#2937) Hai Nguyen Mau 2023-04-15 17:31:43 +02:00
  • ec59e9d886 Fix ChatAnthropic stop_sequences error (#2919) (#2920) Ankush Gola 2023-04-14 17:22:01 -07:00
  • 13a0ed064b add encoding to avoid UnicodeDecodeError (#2908) Akash NP 2023-04-15 05:06:03 +05:30
  • 392f1b3218 Add Anthropic ChatModel to langchain (#2293) Mike Lambert 2023-04-14 18:09:07 -04:00
  • 66bef1d7ed Ignore files from .gitignore in Git loader (#2909) Kwuang Tang 2023-04-14 18:02:21 -04:00
  • 7ee87eb0c8 Comet callback updates (#2889) Boris Feld 2023-04-14 22:19:58 +02:00
  • 634358db5e Fix OpenAI LLM docstring (#2910) dev2049 2023-04-14 11:09:36 -07:00
  • 30573b2e30 Correct instruction to use openweathermap utility in docstring (#2906) pranjaldoshi96 2023-04-14 23:16:20 +05:30
  • a508afa91c Add file filter param to Git loader (#2904) Kwuang Tang 2023-04-14 13:45:54 -04:00
  • 7e525a3b91 Add link to repo for deploying LangChain to Digitalocean App Platform (#2894) Ismail Pelaseyed 2023-04-14 17:55:21 +02:00
  • ccacf804a8 Fix format string in pinecone error handling (#2897) Peter Stolz 2023-04-14 17:53:02 +02:00
  • 86189cdcf9 Update load_qa_chain() docstring (#2900) Francis Felici 2023-04-14 12:51:30 -03:00
  • 8fef69296d nits (#2873) Harrison Chase 2023-04-14 07:55:12 -07:00
  • 0a38bbc750 updates to vectorstore memory (#2875) Harrison Chase 2023-04-14 07:54:57 -07:00
  • 203c0eb2ae docs: update getting_started.ipynb (#2883) Ikko Eltociear Ashimine 2023-04-14 23:40:26 +09:00
  • 1a44b71ddf Fix Baby AGI notebooks (#2882) ecneladis 2023-04-14 16:40:04 +02:00
  • 3c7204d604 docs: Quick fix to Mendable Search (#2876) Nicolas 2023-04-14 02:15:57 -04:00
  • 1e9378d0a8 Harrison/weaviate fixes (#2872) Harrison Chase 2023-04-13 22:37:34 -07:00
  • 07d7096de6 Harrison/playwright (#2871) Harrison Chase 2023-04-13 22:15:03 -07:00
  • 5565f56273 Use SQL dialect-specific prompts for SQLDatabaseChain (#2748) Jon Luo 2023-04-14 01:10:49 -04:00
  • 9907cb0485 Refactor similarity_search function in elastic_vector_search.py (#2761) drod 2023-04-14 07:09:00 +02:00
  • 1cc7ea333c chat_models.openai: Set tenacity timeout to openai's recommendation (#2768) rafael 2023-04-14 07:08:46 +02:00
  • 705596b46a Harrison/fix create sql agent (#2870) Harrison Chase 2023-04-13 22:07:58 -07:00
  • 8a98e5b50b Harrison/index name (#2869) Harrison Chase 2023-04-13 22:01:32 -07:00
  • dcb17503f2 Update qdrant.py (#2750) Andrey Vasnetsov 2023-04-14 06:57:05 +02:00
  • 74abeb8c53 Update output in Git notebook (#2868) ecneladis 2023-04-14 06:56:17 +02:00
  • 0226b375d9 docs: Mendable Search integration (#2803) Nicolas 2023-04-14 00:52:25 -04:00
  • 04c458a270 feat: improve pinecone tests (#2806) sergerdn 2023-04-13 21:49:31 -07:00
  • 016738e676 Add GitLoader (#2851) ecneladis 2023-04-14 06:39:20 +02:00
  • 8cfec2c5fe torch 2 support (#2865) lizelive 2023-04-13 21:38:49 -07:00
  • bf0887c486 Add Slack Directory Loader (#2841) vowelparrot 2023-04-13 21:31:59 -07:00
  • ed2ef5cbe4 Harrison/rwkv utf8 (#2867) Harrison Chase 2023-04-13 21:31:18 -07:00
  • 6be5d7c612 Update reduce_openapi_spec for PATCH and DELETE (#2861) Adam McCabe 2023-04-13 23:27:40 -04:00
  • c26a259ba6 Fix tiny typo (#2863) Benjamin Tan Wei Hao 2023-04-14 11:26:26 +08:00
  • f3180f05f9 Update sql chain notebook to clarify use of SQLAlchemy for connections (#2850) Jon Luo 2023-04-13 14:46:59 -04:00
  • ecc1a0c051 added code-analysis-deeplake.ipynb (#2844) leo-gan 2023-04-13 11:29:59 -07:00
  • 70ffe470aa Add easy print method to openai callback (#2848) Tim Asp 2023-04-13 11:28:42 -07:00
  • be4fb24b32 OpenAI LLM: update modelname_to_contextsize with new models (#2843) Tim Asp 2023-04-13 11:13:34 -07:00
  • 82d1d5f24e Fix grammar in Vector Memory Docs (#2847) vowelparrot 2023-04-13 11:00:09 -07:00
  • 53dc157145 [Docs] minor fixes to loaders links and rst warnings (#2846) Tim Asp 2023-04-13 10:54:40 -07:00
  • 1609950597 Harrison/retriever memory (#2804) Harrison Chase 2023-04-13 10:03:43 -07:00
  • 7688bf9182 WhatsApp document loader - update regex (#2776) Rounak Datta 2023-04-13 22:18:32 +05:30
  • 2db9b7a45d Revert "Add Slack Directory Loader (#2835)" (#2839) vowelparrot 2023-04-13 09:42:54 -07:00
  • 802363eb6a Remove print statement from test (#2809) KullTC 2023-04-13 18:31:48 +02:00
  • 2a89dc8c1c Fixing factually incorrect example (#2810) Azam Iftikhar 2023-04-13 21:12:39 +05:30
  • a6f767ae7a Add Slack Directory Loader (#2835) vowelparrot 2023-04-13 08:39:07 -07:00
  • 4f231b46ee Add openai.api_base to support openapi proxy (#2823) st01cs 2023-04-13 23:35:36 +08:00
  • 414dc803b6 bump version to 139 (#2834) Harrison Chase 2023-04-13 08:34:08 -07:00
  • 61858c5a08 Fix headings in docs (ClearML and Comet) (#2808) Preetesh Jain 2023-04-13 20:54:16 +05:30
  • 9a96691803 cr Harrison Chase 2023-04-13 08:23:33 -07:00
  • 324e9c83d5 Add BiliBiliLoader to langchain.document_loaders.__init__.py (#2826) 了空 2023-04-13 21:47:27 +08:00
  • ed03e965de Update README.md (#2805) Nuhman Pk 2023-04-13 10:32:06 +05:30
  • 64596b23b9 Return output of PythonAstREPLTool when falling back to exec() (#2780) KullTC 2023-04-13 06:22:46 +02:00
  • 1bb0706955 Harrison/comet ml (#2799) Harrison Chase 2023-04-12 21:21:51 -07:00
  • b2bc5ef56a agent refactor (#2801) Harrison Chase 2023-04-12 21:21:41 -07:00
  • abfca72c0b Add max_execution_time to openapi, pandas, and sql creators (#2779) Zach Jones 2023-04-12 20:09:42 -04:00
  • f0be3b0689 feat: add support for non-html in UnstructuredURLLoader (#2793) Matt Robinson 2023-04-12 20:06:28 -04:00
  • e081c62aac Fixed k=0 bug on ConversationBufferWindowMemory (#2796) Tim Connors 2023-04-12 17:05:54 -07:00
  • a094b7f807 Improve eval chain prompt (#2798) dev2049 2023-04-12 17:05:20 -07:00
  • 1c7fb31bba Weaviate attributes and error handling (#2800) Kah Keng Tay 2023-04-12 17:04:42 -07:00
  • 0e763677e4 Fix typo in qa eval chain prompt (#2797) dev2049 2023-04-12 14:17:25 -07:00
  • e49f1e628c Harrison/gpt cache (#2744) Harrison Chase 2023-04-12 14:16:58 -07:00
  • 425c437cd3 cr Harrison Chase 2023-04-12 13:46:58 -07:00
  • a2d729e537 cr Harrison Chase 2023-04-12 13:44:21 -07:00
  • 7adbc4fbb4 agent memory (#2792) Harrison Chase 2023-04-12 12:51:15 -07:00
  • 1bea9ea4be Fix async task being destroyed before cancelled (#2787) Nuno Campos 2023-04-12 20:38:38 +01:00
  • 819d72614a version 138 (#2782) Harrison Chase 2023-04-12 11:10:47 -07:00
  • fa0c9390c2 Update custom_agent.ipynb (#2767) wangml999 2023-04-13 02:13:46 +10:00
  • 59d054308c Add type inference for output parsers (#2769) Joshua Snyder 2023-04-12 18:12:20 +02:00
  • 789cc314c5 Typo (#2747) Nuhman Pk 2023-04-12 21:36:30 +05:30
  • b92a89e29f cr Harrison Chase 2023-04-11 23:52:14 -07:00
  • 94a92abf24 Add Retrieval Example for AI Plugins (#2737) vowelparrot 2023-04-11 23:22:14 -07:00