Skip to content

Commit 15c07c3

Browse files
committed
Fix linting errors
Signed-off-by: Anastas Stoyanovsky <[email protected]>
1 parent ac63d82 commit 15c07c3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/rag/adrs/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ This simple format, which is described below, has a surprising number of functio
2828
* [ADRs at RedHat](https://www.redhat.com/architect/architecture-decision-records)
2929
* [ADRs at Amazon](https://docs.aws.amazon.com/prescriptive-guidance/latest/architectural-decision-records/adr-process.html)
3030
* [ADRs at GitHub](https://adr.github.io/)
31-
* [ADRs at Google](https://cloud.google.com/architecture/architecture-decision-records)
32-
31+
* [ADRs at Google](https://cloud.google.com/architecture/architecture-decision-records)

docs/rag/adrs/adr-vectordb.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Context
44

5-
One of the first choices to make in implementing RAG is to choose an initial vector store to develop against. Though the usage of frameworks like LangChain or Haystack make it easy to swap vector databases, we need a working end to end implementation for RAG that is tested against and available to install with InstructLab. There are many options (see [here](https://docs.haystack.deepset.ai/docs/choosing-a-document-store)).
5+
One of the first choices to make in implementing RAG is to choose an initial vector store to develop against. Though the usage of frameworks like LangChain or Haystack make it easy to swap vector databases, we need a working end to end implementation for RAG that is tested against and available to install with InstructLab. There are many options (see [here](https://docs.haystack.deepset.ai/docs/choosing-a-document-store)).
66

77
Our main long-term requirements are that our chosen store have fully-developed document update (and thus some sort of notion of primary key), that it be scalable to cluster size, and that it have a permissive license (Apache, MIT, or similar). Among the available choices, [Milvus](https://milvus.io/) provides strategic advantage due to its [investment from watsonx](https://www.ibm.com/new/announcements/ibm-watsonx-data-vector-database-ai-ready-data-management).
88

0 commit comments

Comments
 (0)