What's Changed
- fix: pass unstructured kwargs down in all unstructured loaders by @MthwRobinson in #2506
- Update gpt4all example with model param by @jcomfort4 in #2499
- Minor doc typo by @tellison in #2492
- fix: add jina jupyter notebook by @numb3r3 in #2477
- Removed duplicate BaseModel dependencies by @leo-gan in #2471
- Fix 'embeddings is not defined' by @mattroyer in #2468
- Extend opensearch to better support existing instances (#2500) by @weaversam8 in #2509
- Deep Lake upgrade to include attribute search, distance metrics, returning scores and MMR by @davidbuniat in #2455
- Fix docstring in indexes/getting-started by @timonbimon in #2452
- docs: update unstructured detectron install instructions by @qued in #2498
- Feature: AgentExecutor execution time limit by @zachdj in #2399
- Add Request body by @hinthornw in #2507
- max time limit for agent by @hwchase17 in #2513
- Add support for rwkv by @lts-rad in #2422
- Add an Example Evaluation Notebook for the API Chain by @hinthornw in #2516
- Use JSON rather than JSON5 by @hinthornw in #2520
- Add support to set up openai organizations by @gasparitiago in #2514
- Harrison/weaviate retriever by @hwchase17 in #2524
- feat: implements similarity_search_by_vector on Weaviate by @fabiancabau in #2522
- set default embedding max token size by @AeroXi in #2330
- Adding an in-context QA evaluation chain + chain of thought reasoning chain for improved accuracy by @VashishtMadhavan in #2444
- Harrison/entity store by @hwchase17 in #2525
- Gitbook enhancements by @alexiri in #2279
- Harrison/allow org none by @hwchase17 in #2527
- Harrison/table index by @hwchase17 in #2526
- Add to notebook to assist in ground truth question generation by @hinthornw in #2523
- agent tool retrieval by @hwchase17 in #2530
- Correct typo in documentation for word 'therefore' by @untilhamza in #2529
- Harrison/redis improvements by @hwchase17 in #2528
- Modify docs by @akmhmgc in #2539
- add async vector operations in VectorStore base class by @agola11 in #2535
- Run tools concurrently in
_atake_next_step
by @agola11 in #2537 - fix typo by @SangamSwadiK in #2532
- fix: token counting for chat openai. by @tmyjoe in #2543
- feat: add pytest-vcr for recording HTTP interactions in integration tests by @sergerdn in #2445
- Harrison/move eval by @hwchase17 in #2533
- bump version 134 by @hwchase17 in #2544
New Contributors
- @jcomfort4 made their first contribution in #2499
- @tellison made their first contribution in #2492
- @mattroyer made their first contribution in #2468
- @weaversam8 made their first contribution in #2509
- @timonbimon made their first contribution in #2452
- @qued made their first contribution in #2498
- @lts-rad made their first contribution in #2422
- @gasparitiago made their first contribution in #2514
- @fabiancabau made their first contribution in #2522
- @AeroXi made their first contribution in #2330
- @VashishtMadhavan made their first contribution in #2444
- @untilhamza made their first contribution in #2529
- @SangamSwadiK made their first contribution in #2532
- @tmyjoe made their first contribution in #2543
Full Changelog: v0.0.133...v0.0.134