mirror of
https://github.com/vxcontrol/langchaingo.git
synced 2026-07-25 08:36:24 -04:00
29a1abdab3
- 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.
inmemory vector store with OpenAI embeddings
Run the example:
export OPENAI_API_KEY=<your key>
go run inmemory_vectorstore_example.go