Files
langchaingo/examples/inmemory-vectorstore-example/README.md
T
Dmitry Ng 1fba44588a Merge branch 'pr/613’ into main-pull-requests
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
2025-06-22 02:03:40 +03:00

152 B

inmemory vector store with OpenAI embeddings

Run the example:

export OPENAI_API_KEY=<your key>
go run inmemory_vectorstore_example.go