You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vector AI is a framework designed to make the process of building production grade vector based applications as quickly and easily as possible. Create, store, manipulate, search and analyse vectors alongside json documents to power applications such as neural search, semantic search, personalised recommendations recommendations etc.
@@ -38,7 +38,9 @@ Vector AI is a framework designed to make the process of building production gra
38
38
- Join our discord: https://discord.gg/CbwUxyD
39
39
- For a more gentle introduction comparing our features, read https://getvectorai.com/production-ready-search-in-5-minutes/
40
40
41
-
Features:
41
+
<hr>
42
+
43
+
## Features
42
44
-**Multimedia Data Vectorisation**: Image2Vec, Audio2Vec, etc (Any data can be turned into vectors through machine learning)
43
45
-**Document Orientated Store**: Store your vectors alongside documents without having to do a db lookup for metadata about the vectors.
44
46
-**Vector Similarity Search**: Enable searching of vectors and rich multimedia with vector similarity search. The backbone of many popular A.I use cases like reverse image search, recommendations, personalisation, etc.
@@ -49,13 +51,17 @@ Features:
49
51
-**Clustering**: Interpret your vectors and data by allocating them to buckets and get statistics about these different buckets based on data you provide.
50
52
-**Vector Analytics**: Get better understanding of your vectors by using out-of-the-box practical vector analytics, giving you better understanding of the quality of your vectors.
51
53
54
+
<hr>
55
+
52
56
## Quick Terminologies
53
57
54
58
- Models/Encoders (aka. Embedders) ~ Turns data into vectors e.g. Word2Vec turns words into vector
## Why Vector AI compared to other Nearest Neighbor implementations?
135
145
136
146
-**Production Ready**: Our API is fully managed and can scale to power hundreds of millions of searches a day. Even at millions of searches it is blazing fast through edge caching, GPU utilisation and software optimisation so you never have to worry about scaling your infrastructure as your use case scales.
@@ -140,7 +150,9 @@ Compare vectors and their search performance on your documents easily!
140
150
-**Real time access to data**: Vector AI data is accessible in real time, as soon as the data is inserted it is searchable straight away. No need to wait hours to build an index.
141
151
-**Framework agnostic**: We are never going to force a specific framework on Vector AI. If you have a framework of choice, you can use it - as long as your documents are JSON-serializable!
142
152
143
-
## Bring your own Model or Vector
153
+
<hr>
154
+
155
+
### Bring your own Model or Vector
144
156
145
157
You can bring your own model or vectors and enjoy all the rich vector functionality that Vector AI provides.
146
158
@@ -165,6 +177,8 @@ example_item = {
165
177
}
166
178
```
167
179
180
+
<hr>
181
+
168
182
## Building Products with Vector AI
169
183
Creating a multi-language AI fashion assistant: https://fashionfiesta.me | [Blog](https://getvectorai.com/how-we-built-a-vector-powered-outfit-recommender/)
0 commit comments