[PR #246] [MERGED] Renamed all indicies to vectors to avoid confusion of vocab #3265

Closed
opened 2026-02-22 18:33:24 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/246
Author: @shatfield4
Created: 9/20/2023
Status: Merged
Merged: 9/21/2023
Merged by: @timothycarambat

Base: masterHead: 245-replace-all-references-to-indicies-to-vectors


📝 Commits (3)

  • 9f0edc3 renamed all indicies to vectors to avoid confusion of vocab
  • fec5508 removing unneeded files
  • 0e2eddd changed indicies on frontend sidebar to vectors

📊 Changes

8 files changed (+18 additions, -18 deletions)

View changed files

📝 frontend/src/components/Sidebar/IndexCount.jsx (+1 -1)
📝 server/endpoints/api/system/index.js (+11 -11)
📝 server/endpoints/system.js (+1 -1)
📝 server/utils/vectorDbProviders/chroma/index.js (+1 -1)
📝 server/utils/vectorDbProviders/lance/index.js (+1 -1)
📝 server/utils/vectorDbProviders/pinecone/index.js (+1 -1)
📝 server/utils/vectorDbProviders/qdrant/index.js (+1 -1)
📝 server/utils/vectorDbProviders/weaviate/index.js (+1 -1)

📄 Description

resolves #245

Renaming all mention of the word 'indicies' to 'vectors' to avoid naming confusion.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/246 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 9/20/2023 **Status:** ✅ Merged **Merged:** 9/21/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `245-replace-all-references-to-indicies-to-vectors` --- ### 📝 Commits (3) - [`9f0edc3`](https://github.com/Mintplex-Labs/anything-llm/commit/9f0edc3c382da1201906aa2fbab2dffd18ed8e28) renamed all indicies to vectors to avoid confusion of vocab - [`fec5508`](https://github.com/Mintplex-Labs/anything-llm/commit/fec55080c72edec9aa676c9cac539d9b4cab0b02) removing unneeded files - [`0e2eddd`](https://github.com/Mintplex-Labs/anything-llm/commit/0e2eddd5b228375f5046216392f52d6a9a1e38e2) changed indicies on frontend sidebar to vectors ### 📊 Changes **8 files changed** (+18 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/Sidebar/IndexCount.jsx` (+1 -1) 📝 `server/endpoints/api/system/index.js` (+11 -11) 📝 `server/endpoints/system.js` (+1 -1) 📝 `server/utils/vectorDbProviders/chroma/index.js` (+1 -1) 📝 `server/utils/vectorDbProviders/lance/index.js` (+1 -1) 📝 `server/utils/vectorDbProviders/pinecone/index.js` (+1 -1) 📝 `server/utils/vectorDbProviders/qdrant/index.js` (+1 -1) 📝 `server/utils/vectorDbProviders/weaviate/index.js` (+1 -1) </details> ### 📄 Description resolves #245 Renaming all mention of the word 'indicies' to 'vectors' to avoid naming confusion. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:33:24 -05:00
yindo closed this issue 2026-02-22 18:33:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3265