[GH-ISSUE #1768] [FEAT]: Embedding Download #1155

Closed
opened 2026-02-22 18:23:23 -05:00 by yindo · 2 comments
Owner

Originally created by @Bai1026 on GitHub (Jun 27, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1768

What would you like to see?

Dear anything-llm team,

Is there any chance we could download the embedded vector DB to our own device?
Since I do not find any download button from the workspace. Appreciate!

Best regards,
Vincent Pai

Originally created by @Bai1026 on GitHub (Jun 27, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1768 ### What would you like to see? Dear anything-llm team, Is there any chance we could download the embedded vector DB to our own device? Since I do not find any download button from the workspace. Appreciate! Best regards, Vincent Pai
yindo added the enhancementfeature request labels 2026-02-22 18:23:23 -05:00
yindo closed this issue 2026-02-22 18:23:23 -05:00
Author
Owner

@timothycarambat commented on GitHub (Jun 27, 2024):

The built-in vector db is just LanceDB!. If you need the data you can open the storage folder on your device and it is all stored there. Nothing is stored on a cloud service unless you opt-in to use a cloud based vector db!

The storage folder locations vary based on operating system but in general:
Windows: C:\Users\user\AppData\Roaming\anythingllm-desktop\storage\lancedb
Mac: /Library/Application Support/anythingllm-desktop/storage/lancedb

@timothycarambat commented on GitHub (Jun 27, 2024): The built-in vector db is just [LanceDB!](https://github.com/lancedb/lancedb). If you need the data you can open the storage folder on your device and it is all stored there. Nothing is stored on a cloud service unless you opt-in to use a cloud based vector db! The storage folder locations vary based on operating system but in general: Windows: `C:\Users\user\AppData\Roaming\anythingllm-desktop\storage\lancedb` Mac: `/Library/Application Support/anythingllm-desktop/storage/lancedb`
Author
Owner

@Bai1026 commented on GitHub (Jun 28, 2024):

Thx for the reply!!! U guys definitely build a useful tool!

@Bai1026 commented on GitHub (Jun 28, 2024): Thx for the reply!!! U guys definitely build a useful tool!
yindo changed title from [FEAT]: Embedding Download to [GH-ISSUE #1768] [FEAT]: Embedding Download 2026-06-05 14:39:14 -04: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#1155