@@ -17,20 +17,23 @@ to supercharge your application!
1717:grid-columns: 1 2 2 3
1818
1919- header: "{fab}`bootstrap;pst-color-primary` Index Management"
20- content: "Manipulate Redis index in Python for from a CLI."
21- - header: "{fas}`bolt;pst-color-primary` Vector Search"
22- content: "Simple vector search capabilities supporting synchronous and asyncronous search ."
20+ content: "Manipulate Redis search indices in Python or from CLI."
21+ - header: "{fas}`bolt;pst-color-primary` Vector Similarity Search"
22+ content: "Perform powerful vector similarity search with filtering support ."
2323- header: "{fas}`circle-half-stroke;pst-color-primary` Embedding Creation"
24- content: "User OpenAI or any of the other supported vectorizers to create embeddings"
24+ content: "Use OpenAI or any of the other supported vectorizers to create embeddings. "
2525- header: "{fas}`palette;pst-color-primary` CLI"
26- content: "Command line interface for RedisVL makes interacting with Redis as a vector database easy ."
26+ content: "Interact with RedisVL using a Command line interface (CLI) for ease of use ."
2727- header: "{fab}`python;pst-color-primary` Semantic Caching"
28- content: "Use RedisVL to cache the results of your LLM models increasing QPS and decreasing cost."
28+ content: "Use RedisVL to cache LLM results, increasing QPS and decreasing cost."
2929- header: "{fas}`lightbulb;pst-color-primary` Example Gallery"
30- content: "See our gallery of projects that use RedisVL "
30+ content: "Explore our gallery of examples to get started. "
3131 link: "examples/index"
3232```
3333
34+ ## Concepts (Coming Soon)
35+
36+ Glossary of AI terminology and concepts related to vector databases.
3437
3538
3639## User Guide
@@ -65,19 +68,9 @@ The redisVL API
6568API <api/index>
6669```
6770
68- ## Developer
69-
70- How to contribute
71-
72- ``` {toctree}
73- :maxdepth: 2
74-
75- developer/index
76- ```
77-
7871
7972``` {toctree}
8073:hidden:
8174
82- Changelog <https://github.com/pydata/pydata-sphinx-theme /releases>
75+ Changelog <https://github.com/RedisVentures/redisvl /releases>
8376```
0 commit comments