mirror of
https://github.com/vxcontrol/langchaingo.git
synced 2026-08-25 11:10:02 -04:00
1fba44588a
Squashed commit of the following: Author: filepang <filepang@gmail.com> Date: Tue Feb 27 16:18:58 2024 +0900 refactor: remove unnecessary math32.Pow call refactor: Use math32 instead of cast to float64 Author: filepang <filepang@gmail.com> Date: Tue Feb 20 18:36:27 2024 +0900 examples: Add inmemory vectorstore example vectorstore: Add initial implementation of inmemory vectorstore
152 B
152 B
inmemory vector store with OpenAI embeddings
Run the example:
export OPENAI_API_KEY=<your key>
go run inmemory_vectorstore_example.go