Skip to content

Releases: neo4j-examples/langchain-starter-kit

0.1.2

28 Jul 01:19
ee451f3
Compare
Choose a tag to compare

Added

  • Separate endpoints for vector and graph-only options
  • Additional notes and comments on data requirements to support vector

Changed

  • Vector chain updated to create a vector index if none is already present in the database
  • Mode option in POST payload, now only requires the 'message' key-value
  • Dependencies updated

0.1.1

28 Jul 00:44
31f11db
Compare
Choose a tag to compare

Added

  • CORS middleware
  • Neo4j exception middleware

Changed

  • Replaced deprecated LLMChain implementation
  • Vector chain simplified to use RetrievalQA chain
  • Dependencies updated

0.1.0

28 Jul 00:43
c1dbc32
Compare
Choose a tag to compare
  • Initial Release
  • Core functionality implemented, including:
    • FastAPI wrapper
    • Vector chain example
    • Graph chain example
    • Simple Agent example that aggregates results of the Vector and Graph retrievers