What's Changed
- CLI 0.0.12 by @efriis in #12787
- Fix on_llm_new_token(chunk=) for some chat models by @nfcampos in #12784
- CLI 0.0.13, Configurable Template Demo by @efriis in #12796
- Fix AddableDict raising exception when used with non-addable values by @nfcampos in #12785
- Add input types to cypher templates by @tomasonjo in #12800
- Update llamacpp.ipynb by @eltociear in #12791
- Fixed broken link in Quickstart page by @pythagoras-yamamoto in #12516
- Docs: 'memory' -> 'history' typo. by @serranoarevalo in #12779
- Fix broken links to use cases by @ab-10 in #12777
- Fixed a typo in templates/docs/CONTRIBUTING.md (delimeters =>delimiters) by @ba230t in #12774
- Use data from all Google search results in SerpApi.com wrapper by @ilyazub in #12770
- zep: Update Zep docs and messaging by @danielchalef in #12764
- getattr should rase AttributeError not ImportError on missing attributes by @mbell697 in #12801
- enable the device_map parameter in huggingface pipeline by @praveenv in #12731
- Automatically add configurable key to config_schema if config_specs i… by @nfcampos in #12798
- fix imports by @hwchase17 in #12804
- add import tests to all modules by @baskaryan in #12806
- Zep: Summary Search and Example by @danielchalef in #12686
- zep: VectorStore: Use Native MMR by @danielchalef in #12690
- feat: Supprt pgvecto.rs as a VectorStore by @BeautyyuYanli in #12718
- Add TileDB vectorstore implementation by @NikolaosPapailiou in #12624
- Adds missing
urllib.parse
for IDE warning ofPubMedAPIWrapper
by @jamesbraza in #12808 - Correct number of elements in config list in
batch()
andabatch()
ofBaseLLM
by @akionux in #12713 - Bagatur/tiledb by @baskaryan in #12811
- Add template for rag-singlestoredb by @apeng-singlestore in #12805
- Update template index by @rlancemartin in #12809
- migrate by @mpskex in #12810
- feat: add a rag template for momento vector index by @malandis in #12757
- Keep also original query - multi_query.py by @manuelrech in #12696
- updated
integrations/providers/google
by @leo-gan in #12226 - Update quickstart.mdx by @josephrmartinez in #12386
- Add Dataset Page to printout by @hinthornw in #12816
- Autopopulate module name in cli init by @efriis in #12814
- Disable trace_on_chain_group auto-tracing by @hinthornw in #12807
- update mongo template by @hwchase17 in #12838
- Remove admin prefix/suffix from docs for anthropic by @bracesproul in #12849
- CLI 0.0.14, Uvicorn update and no more [serve] by @efriis in #12845
- Confirm sys.path includes current dir for app serve by @efriis in #12851
- Update readmes with new cli install by @efriis in #12847
- Template Readmes and Standardization by @hwchase17 in #12819
- Neo4j Advanced RAG template by @tomasonjo in #12794
- bump 330 by @baskaryan in #12853
- Open Clip multimodal embeddings by @rlancemartin in #12754
- zep/rag conversation zep template by @danielchalef in #12762
- Add template for self-query-qdrant by @kacperlukawski in #12795
New Contributors
- @pythagoras-yamamoto made their first contribution in #12516
- @ab-10 made their first contribution in #12777
- @ba230t made their first contribution in #12774
- @ilyazub made their first contribution in #12770
- @mbell697 made their first contribution in #12801
- @praveenv made their first contribution in #12731
- @NikolaosPapailiou made their first contribution in #12624
- @apeng-singlestore made their first contribution in #12805
- @manuelrech made their first contribution in #12696
- @josephrmartinez made their first contribution in #12386
- @bracesproul made their first contribution in #12849
Full Changelog: v0.0.329...v0.0.330