Skip to content

0.6.0

Compare
Choose a tag to compare
@choccccy choccccy released this 13 Nov 17:53
· 186 commits to main since this release
d4e86d9

What's Changed

Added

  • Support for efficient multi-queries (executemany): insert_many vs insert
  • Chatlog-specific PGVector helper (PGvectorHelper specialized into DocDB & MessageDB)
  • PG Vector DB instance launch fo ruse in test suite & GitHub actions
  • Updated model styles and prompt formatting, particularly for improved closed-context patterns & per-context metadata (e.g. for Airboros)

Changed

  • Model introspection moved to llm_wrapper classes: hosted_model & available_models
  • Move OAI API response structure handling helpers to be static methods of the llm_wrapper classes
  • Clarified demo names
  • Support upstream python-openai > 1.0

Fixed

  • README sample code
  • Demos
  • Test cases
  • Use of string formatting intead of SQL query parameters
  • Registration of vector type
  • pgvector test case

Full Changelog: 0.5.1...0.6.0