Releases: neo4j-examples/langchain-starter-kit
Releases · neo4j-examples/langchain-starter-kit
0.1.2
28 Jul 01:19
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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