-
### LanceDB version
latest
### What happened?
```sh
# create a fresh venv
> python3 -m virtualenv .venv
# activate the venv
> overlay use .venv/bin/activate.nu
# install lancedb
> …
-
### SDK
Rust
### Description
The `table_names` method in the python remote client supported paging, but this was undocumented, and only supported on the remote client. As a result, the param…
-
is there a working example for using Ollama? Or is it not supposed to work? Did try, but without any success.
Thanks in advance
-
### LanceDB version
v0.5.6
### What happened?
tbl = db.open_table('cd_test_1')
print(tbl) RemoteTable(fl-db-card-da2039.cd_test_1)
print("cd_test_1" in list(db.table_names()) False
When I call '…
VCooH updated
8 months ago
-
### LanceDB version
v0.4.12
### What happened?
In the [js-transformers](https://github.com/lancedb/vectordb-recipes/blob/main/examples/js-transformers/index.js) example if I run it once and then ch…
synw updated
8 months ago
-
- How adding new vectors creates a new incremental version
- How does vector search work with new versions
- How to roll back and reproduce results from previous versions
- How to list versions etc
-
I quite like the look of this - https://langroid.github.io/langroid/quick-start/llm-interaction/
https://blog.lancedb.com/langoid-multi-agent-programming-framework-for-llms-e609377de227
-
### How are you running AnythingLLM?
Docker (local)
### What happened?
Getting error when using Weaviate as vector store:
![image](https://github.com/Mintplex-Labs/anything-llm/assets/14971…
-
Problems:
- [ ] schema handling and planning are done separately -- we should just make the plan the source of truth of schema
- [ ] metadata is returned sometimes but not all times. Make this behav…
-
Hi great project!
For testing, I am creating dummy rows, 1 billion. I want to duplicate that several times to test performance (e.g. on 10 billion rows), etc. So far, I am just using a producer to …