mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-10 07:21:03 +00:00
docs: Update langchain-astradb README with AstraDBStore (#17864)
This commit is contained in:
committed by
GitHub
parent
3acd0c74fc
commit
f8a3b8e83f
@@ -105,7 +105,7 @@ Learn more in the [example notebook](/docs/integrations/retrievers/self_query/as
|
||||
## Store
|
||||
|
||||
```python
|
||||
from langchain_community.storage import AstraDBStore
|
||||
from langchain_astradb import AstraDBStore
|
||||
store = AstraDBStore(
|
||||
collection_name="my_kv_store",
|
||||
api_endpoint="...",
|
||||
@@ -118,7 +118,7 @@ Learn more in the [example notebook](/docs/integrations/stores/astradb#astradbst
|
||||
## Byte Store
|
||||
|
||||
```python
|
||||
from langchain_community.storage import AstraDBByteStore
|
||||
from langchain_astradb import AstraDBByteStore
|
||||
store = AstraDBByteStore(
|
||||
collection_name="my_kv_store",
|
||||
api_endpoint="...",
|
||||
|
Reference in New Issue
Block a user