|
30 | 30 |
|
31 | 31 | KV_STORE_FEAT_TABLE = {
|
32 | 32 | "AstraDBByteStore": {
|
33 |
| - "class": "[AstraDBByteStore](https://python.langchain.com/api_reference/astradb/storage/langchain_astradb.storage.AstraDBByteStore.html)", |
| 33 | + "class": "[AstraDBByteStore](https://python.langchain.com/docs/integrations/stores/astradb/)", |
34 | 34 | "local": False,
|
35 |
| - "package": "[langchain_astradb](https://python.langchain.com/api_reference/astradb/)", |
| 35 | + "package": "[langchain-astradb](https://python.langchain.com/api_reference/astradb/storage/langchain_astradb.storage.AstraDBByteStore.html)", |
36 | 36 | "downloads": "",
|
37 | 37 | },
|
38 | 38 | "CassandraByteStore": {
|
39 |
| - "class": "[CassandraByteStore](https://python.langchain.com/api_reference/community/storage/langchain_community.storage.cassandra.CassandraByteStore.html)", |
| 39 | + "class": "[CassandraByteStore](https://python.langchain.com/docs/integrations/stores/cassandra/)", |
40 | 40 | "local": False,
|
41 |
| - "package": "[langchain_community](https://python.langchain.com/api_reference/community/)", |
| 41 | + "package": "[langchain-community](https://python.langchain.com/api_reference/community/storage/langchain_community.storage.cassandra.CassandraByteStore.html)", |
42 | 42 | "downloads": "",
|
43 | 43 | },
|
44 | 44 | "ElasticsearchEmbeddingsCache": {
|
45 |
| - "class": "[ElasticsearchEmbeddingsCache](https://python.langchain.com/api_reference/elasticsearch/cache/langchain_elasticsearch.cache.ElasticsearchEmbeddingsCache.html)", |
| 45 | + "class": "[ElasticsearchEmbeddingsCache](https://python.langchain.com/docs/integrations/stores/elasticsearch/)", |
46 | 46 | "local": True,
|
47 |
| - "package": "[langchain_elasticsearch](https://python.langchain.com/api_reference/elasticsearch/)", |
| 47 | + "package": "[langchain-elasticsearch](https://python.langchain.com/api_reference/elasticsearch/cache/langchain_elasticsearch.cache.ElasticsearchEmbeddingsCache.html)", |
48 | 48 | "downloads": "",
|
49 | 49 | },
|
50 | 50 | "LocalFileStore": {
|
51 |
| - "class": "[LocalFileStore](https://python.langchain.com/api_reference/storage/langchain.storage.file_system.LocalFileStore.html)", |
| 51 | + "class": "[LocalFileStore](https://python.langchain.com/docs/integrations/stores/file_system/)", |
52 | 52 | "local": True,
|
53 |
| - "package": "[langchain](https://python.langchain.com/api_reference/langchain/)", |
| 53 | + "package": "[langchain](https://python.langchain.com/api_reference/langchain/storage/langchain.storage.file_system.LocalFileStore.html)", |
54 | 54 | "downloads": "",
|
55 | 55 | },
|
56 | 56 | "InMemoryByteStore": {
|
57 |
| - "class": "[InMemoryByteStore](https://python.langchain.com/api_reference/core/stores/langchain_core.stores.InMemoryByteStore.html)", |
| 57 | + "class": "[InMemoryByteStore](https://python.langchain.com/docs/integrations/stores/in_memory/)", |
58 | 58 | "local": True,
|
59 |
| - "package": "[langchain_core](https://python.langchain.com/api_reference/core/)", |
| 59 | + "package": "[langchain-core](https://python.langchain.com/api_reference/core/stores/langchain_core.stores.InMemoryByteStore.html)", |
60 | 60 | "downloads": "",
|
61 | 61 | },
|
62 | 62 | "RedisStore": {
|
63 |
| - "class": "[RedisStore](https://python.langchain.com/api_reference/community/storage/langchain_community.storage.redis.RedisStore.html)", |
| 63 | + "class": "[RedisStore](https://python.langchain.com/docs/integrations/stores/redis/)", |
64 | 64 | "local": True,
|
65 |
| - "package": "[langchain_community](https://python.langchain.com/api_reference/community/)", |
| 65 | + "package": "[langchain-community](https://python.langchain.com/api_reference/community/storage/langchain_community.storage.redis.RedisStore.html)", |
66 | 66 | "downloads": "",
|
67 | 67 | },
|
68 | 68 | "UpstashRedisByteStore": {
|
69 |
| - "class": "[UpstashRedisByteStore](https://python.langchain.com/api_reference/community/storage/langchain_community.storage.upstash_redis.UpstashRedisByteStore.html)", |
| 69 | + "class": "[UpstashRedisByteStore](https://python.langchain.com/docs/integrations/stores/upstash_redis/)", |
70 | 70 | "local": False,
|
71 |
| - "package": "[langchain_community](https://python.langchain.com/api_reference/community/)", |
| 71 | + "package": "[langchain-community](https://python.langchain.com/api_reference/community/storage/langchain_community.storage.upstash_redis.UpstashRedisByteStore.html)", |
72 | 72 | "downloads": "",
|
73 | 73 | },
|
74 | 74 | }
|
75 | 75 |
|
| 76 | + |
76 | 77 | DEPRECATED = []
|
77 | 78 |
|
78 | 79 |
|
|
0 commit comments