Hey all!
I’m looking to build a tool with the Embeddings endpoint, specifically recommendations. But I’m not sure how to setup the database that I want to use for the recommendations.
My database consists out of connections that each have:
- Name
- Location
- Description
(But here comes my question) they also have - Job expetiences
That in return have:
— period
— job title
— company names
------- company descriptions
------- location
How do you use these type of database structures and building things with the embedding endpoints.
Help needed and much appreciated!!