Files
langchaingo/examples/inmemory-vectorstore-example
Dmitry Ng 29a1abdab3 chore: update dependencies, new tag for next release and add new build examples script
- Updated go.mod and go.sum files across multiple example projects to reflect the latest dependency versions.
- Introduced new example scripts for various use cases, enhancing the repository's functionality and usability.
- Cleaned up and optimized existing example configurations for better performance and maintainability.
2025-05-08 18:37:25 +03:00
..

inmemory vector store with OpenAI embeddings

Run the example:

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