-
### How are you running AnythingLLM?
AnythingLLM desktop app
### What happened?
whatever prompt I use I keep getting error: **Pinecone::Invalid ENV settings**
### Are there known steps to repr…
-
### App Name
anything-llm
### Operating System
TrueNAS SCALE 23.10.1.3
### App Version
latest_0.0.1
### Application Events
```Shell
2024-02-14 18:10:45
Created container anythin…
-
### LanceDB version
v0.4.11
### What happened?
In short, I called
```
lancedb.connect({
"uri": "/var/folders/j5/zqtb_vtx6p166jkfgpkcrfd80000gp/T/lance-db-test-hoMBti"
})
```
Then I got …
-
### LanceDB version
0.4.12
### What happened?
```javascript
import * as lancedb from 'vectordb'
import { Field, Schema as ArrowSchema } from 'apache-arrow'
import * as types from 'apache-arrow/t…
-
### LanceDB version
0.5.7
### What happened?
Hybrid search with filters is broken. If we have filters in hybrid search it produces error.
```python
...
QueryBuilder.to_arrow(self)
608 if …
-
### How are you running AnythingLLM?
AnythingLLM desktop app
### What happened?
Issue: Hard lockup of Windows 11 computer when using native embeddings option in AnythingLLM v1.5.3 to encode PDFs …
-
Documentation for Turbopuffer sdk: https://turbopuffer.com/docs/
1. add turbopuffer[fast] to requirements.txt
2. Upsert code:
```
import turbopuffer as tpuf
ns = tpuf.Namespace('namespace-n…
-
There was already a PR for dynamically changing AWS region when running lancedb.connect(). However, the current implementation does not work. I can only change the region if the env variable is change…
-
create_table() works with azure url path to blob storage, but other functionality like table_names() or open_table() throws error
-
Writing a table with a column of type `list[int]` containing nulls results in the `nulls` being filled in with `[]`
```python
df_test_before = pl.DataFrame({
'x': [None, [1,2,3], []]
})
…