[docs] CTA for discord + twitter (#218)

![image](https://github.com/lancedb/lancedb/assets/43097991/33eb893c-3baf-4166-8291-47d2f4bde23a)

Includes discord and twitter links in documentation

[#1001](https://github.com/lancedb/sophon/issues/1001)
This commit is contained in:
Leon Yee
2023-06-22 16:52:34 -07:00
committed by GitHub
parent b489edc576
commit 1a9a392e20
3 changed files with 178 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ data = pd.DataFrame({
table = db.create_table("pd_table", data=data)
```
You will find detailed instructions of creating dataset and index in [Basic Operations](basic.md) and [Indexing](indexing.md)
You will find detailed instructions of creating dataset and index in [Basic Operations](basic.md) and [Indexing](ann_indexes.md)
sections.