-
Hi,
I am trying to use vector DB for storing of my PDFs stored locally.
So that I take refrence of this code and try to add PDFs in vector DB.
But when I run the script it was still processing …
-
### System Info
I'm running this:
```import os
import pandas as pd
from pandasai import Agent
from pandasai.ee.vectorstores import Qdrant
qdrant_vector_store = Qdrant()
# Sample DataFrame
sa…
-
app was running fine locally, but throwing the error/stacktrace below on streamlit cloud suddenly, until I pinned my requirements.txt more strictly here: https://github.com/MaxPowerWasTaken/askliz_fro…
-
Hello! I'm trying to use the `TextKnowledgeBase` with LanceDB, to load the FAQ content I have saved as TXT files. This is the code I'm using
```python
from dotenv import load_dotenv
load_dotenv(…
-
### SDK
Python
### Description
Hello
We need to use the offset() method to retrieve items in the remote cloud table. However, it says it is not supported in 0.16.0.
**Edit: This feature…
-
### SDK
Node
### Description
It would be great to add arm64 support for nodejs like is has been recently done for Python version: https://github.com/lancedb/lancedb/pull/1770.
LanceDB compilatio…
-
### LanceDB version
v0.16.0
### What happened?
The latest version of lancedb is not respecting the Query limit when set to a "no limit" value. See https://lancedb.github.io/lancedb/python/pyt…
-
### Description
I have been trying to use LanceDB via the Python API and run into issues with the fact that the Python API documentation is outdated. For instance, I see that in the code for the Asyn…
-
### What feature are you requesting?
Tantivy's fast fields is great, but it's got a lot of limitations. Limited type supports, and some logs-specific optimizations made for Quickwit. For us, we nee…
-
it would be great if you could add support for Lancedb. as its serverless vectordb which can scale up to billions
lancedb : https://lancedb.com/
langchian lancedb:https://python.langchain.com/v0.…