diff --git a/docs/rag/adrs/adr-001-vectordb.md b/docs/rag/adrs/adr-vectordb.md similarity index 95% rename from docs/rag/adrs/adr-001-vectordb.md rename to docs/rag/adrs/adr-vectordb.md index e1a76ce5..07c0b44e 100644 --- a/docs/rag/adrs/adr-001-vectordb.md +++ b/docs/rag/adrs/adr-vectordb.md @@ -1,4 +1,4 @@ -# ADR 001: Initial InstructLab Vector Store +# Initial InstructLab Vector Store ## Context @@ -23,4 +23,4 @@ Accepted * The laptop use case of InstructLab will have a nimimally resource intensive option for prototyping. * Since Milvus is used in watsonx, we can have confidence that it can meet expected scaling requirements. * Document updates can be accommodated using well-established [primary key functionality](https://milvus.io/docs/primary-field.md) and [partition key](https://milvus.io/docs/use-partition-key.md). -* There is a risk of developing against a mature vector store leading to usage of functionality not available in some other vector store that a potential customer requires to be used. \ No newline at end of file +* There is a risk of developing against a mature vector store leading to usage of functionality not available in some other vector store that a potential customer requires to be used.