Skip to content

v3.0.0.dev0

Pre-release
Pre-release
Compare
Choose a tag to compare
@whitead whitead released this 10 Jun 00:27
· 358 commits to main since this release
  • Changed variable naming to be much more clear
  • More types to avoid ambiguous dictionary/tuples
  • Switched to using pydantic instead of dataclasses
  • Removed non-core focus elements (caching, token counting, agents)
  • Removed need to have texts/doc names in Docs, removing RAM problems
  • Abstracted FAISS away, so any vector store can be used
  • Removed ambiguous chunk/overlap defaults
  • Added typewriter example to README
  • Added caching example to README
  • Made prompting more general
  • Added unit tests for new name_in_text function
  • Can pass by FileObj|Path|URL in add - (maybe add_path, add_file, add_url)
  • Reduce code duplication in unit tests