I am uncertain if this question has already been asked (I didn’t find it).
I want to display my database contents is a 3D grid which means I need 3 points.
I know how to do that for a query, but I would like to display the whole database and their respective positions to be able to see the clusters and not the relative position of the query.
(For a query, I can add: _additional { id distance featureProjection(dimensions: 3) { vector } })
I understand that Nomic is not documented as it is not part of the product.
I, personally, don’t like how the documentation is structured. It feels clunky, and it’s hard to know what is documented and where without clicking through all the pages.
Let me give you an example:
I want my search results to be projected into 3 dimensions. What do I do? I go to How-to: Search. There are a lot of different search types (which is good if you know what they are) and when you find the fitting search method and also look at the base page of the how-to guide you still don’t know if and how it is possible to project the response into 3 dimensions. Where is it documented? 📚 References: API > GraphQL | Search > GraphQL - Additional properties How should I know?
I want to understand what algorithm is used to get the nearest neighbor. Where do I look? Configuration? Concepts? If I look at concepts, is it in Indexing, Vector Indexing or Filtered Vector Search?
I don’t want to talk bad about the documentation.
It just seems like I am to stupid to find things…
Hi @micartey - thanks for the feedback. And I’m sorry you’ve had a frustrating experience.
The first point is fair. We haven’t yet created a page for aspects like feature projection.
The second is an interesting one. I think for very specific questions like that, maybe the site search would be useful. Have you tried using it? How was your experience with it?
Yes, I’ve used the seach feature and it is quite good at finding results.
The main issue with searching is the following: How do I know what to search for if I don’t know it exists?
From the perspective of a DAU (dumbest assumed user) it is impractical.
There should be a clear structure I can follow (or start at any point) without having to first buy a book and read everything. This tool is clearly aimed at developers that already worked with vector databases or have minimal knowledge about the theories behind vector search.
I spent 2 days setting up everything, storing and reading data and visualizing it and trying to understand some concepts. This could’ve taken just an hour or two. I think there is room for improvement in that regard. I suggest you try an experiment with some experienced and inexperienced developers (with and without knowledge) and observe them trying to solve some common use cases like I did. This would greatly improve your product.