-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve overal structure & flow #38
Comments
Overview page:please open this pdf file I created: |
Get Started page:The text could be improved there as well |
Step 1 - SetupThe text could be improved to something like: Manage all aspects of your Unbody account effortlessly through the comprehensive dashboard. From account settings and subscription management, projects and more, the dashboard provides you with complete control and flexibility in one seamless platform. Create a project section:The image could be a little zoomed out.learn more link is sending you to a private notion page. The text there could also be improved to less confusing sentences. Add source(s) section:"Learn more about sources here" I think this is supposed to be a link. also text could be improved here as well.Select a provider:"providers" link is taking to 404 page |
Step 2 - BuildingObtain an API keyIt could be a lot better to have screenshots navigating to API key generation.
The Building section only consist the this page. Means click on Google Drive With Google Docs should redirect to this page. |
Starter Section:the Get Started section should also have links to Step 1 - Setup and Step 2 - Building page for new project and api key guide. for Understanding Semantic Search section I would rather prefer a common generic example for semantic search. The Code for Understanding semantic search and Generative Search looks little complex and not explained well enough. Feels like there are lots of things going on and lots of things to process for the mind. |
Tutorial:The tutorial section better has something like: How to build a simple TODO app with Unbody? It would be better to have a video form tutorial too. |
API --> Authorizationis that ***CURL*** request working for you?API --> Search ---> Semantic SearchIt would be better to have a good concise difference between **Lexical vs Semantic searching** in the first paragraph.for this query: |
API --> Search ---> Hybrid SearchI don't really get what exactly is Hybrid Search and what is it's exact use case, could be better to have a real example. similarly examples should have The docs say about |
API --> Search --> Record Similaritytype |
This needs to be discussed further! while I agree with the idea of TODO but that is difficult to come up with such a example without making it too complex! how about we go around functionalities or features. for example "how to build a semantic search" ? if not then we need to come up with super simple ideas; for example "build a move recommended system" ? and then it can evolve over multiple steps. |
|
We have 3 search methods; semantic wich is base on concept and meaning, bm25 which is key word matching and then hybrid which combines these two methods. |
The text was updated successfully, but these errors were encountered: