Skip to content

Commit df4eed0

Browse files
authored
fix(docs): update package names, class links and package links across kv_store_feat_table.py (#32353)
## **Description:** Refactored multiple entries in `kv_store_feat_table.py` to ensure that all vector store metadata is accurate, consistent, and aligned with LangChain's latest documentation structure and PyPI naming standards. **Key improvements across all updated entries:** - Updated `class` links to point to their respective **docs-based integration pages** (e.g., `/docs/integrations/stores/...`) instead of raw API reference URLs. - Corrected `package` display names to use **hyphenated PyPI-compliant names** (e.g., `langchain-astradb` instead of `langchain_astradb`). - Updated `package` links to point to the **specific class-level API references** (e.g., `/api_reference/.../storage/...ClassName.html`) for precision. These improvements enhance: - Navigation experience for users - Alignment with PyPI and docs naming conventions - Clarity across LangChain’s integrations documentation ## **Issue:** N/A ## **Dependencies:** None ## **Twitter handle:** N/A
1 parent a25e196 commit df4eed0

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

docs/scripts/kv_store_feat_table.py

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,49 +30,50 @@
3030

3131
KV_STORE_FEAT_TABLE = {
3232
"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/)",
3434
"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)",
3636
"downloads": "![PyPI - Downloads](https://img.shields.io/pypi/dm/langchain_astradb?style=flat-square&label=%20)",
3737
},
3838
"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/)",
4040
"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)",
4242
"downloads": "![PyPI - Downloads](https://img.shields.io/pypi/dm/langchain_community?style=flat-square&label=%20)",
4343
},
4444
"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/)",
4646
"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)",
4848
"downloads": "![PyPI - Downloads](https://img.shields.io/pypi/dm/langchain_elasticsearch?style=flat-square&label=%20)",
4949
},
5050
"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/)",
5252
"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)",
5454
"downloads": "![PyPI - Downloads](https://img.shields.io/pypi/dm/langchain?style=flat-square&label=%20)",
5555
},
5656
"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/)",
5858
"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)",
6060
"downloads": "![PyPI - Downloads](https://img.shields.io/pypi/dm/langchain_core?style=flat-square&label=%20)",
6161
},
6262
"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/)",
6464
"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)",
6666
"downloads": "![PyPI - Downloads](https://img.shields.io/pypi/dm/langchain_community?style=flat-square&label=%20)",
6767
},
6868
"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/)",
7070
"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)",
7272
"downloads": "![PyPI - Downloads](https://img.shields.io/pypi/dm/langchain_community?style=flat-square&label=%20)",
7373
},
7474
}
7575

76+
7677
DEPRECATED = []
7778

7879

0 commit comments

Comments
 (0)