Skip to content

Commit 67ab5b5

Browse files
committed
Add inspirations to README
1 parent 67095ee commit 67ab5b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎README.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,8 @@ Initially, only a minimal subset of all of Chroma's interface is implemented or
9797
## Usage
9898

9999
For a full, working example, using the vector database for retrieval augmented generation (RAG), see [example/main.go](example/main.go)
100+
101+
## Inspirations
102+
103+
- Shoutout to [@eliben](https://github.com/eliben) whose [blog post](https://eli.thegreenplace.net/2023/retrieval-augmented-generation-in-go/) and [example code](https://github.com/eliben/code-for-blog/tree/eda87b87dad9ed8bd45d1c8d6395efba3741ed39/2023/go-rag-openai) inspired me to start this project!
104+
- [Chroma](https://github.com/chroma-core/chroma): Looking at Pinecone, Milvus, Qdrant, Weaviate and others, Chroma stood out by showing its core API in 4 commands on their README and on the landing page of their website. It was also one of the few ones with an in-memory mode (for Python).

0 commit comments

Comments
 (0)