Semantic Search
A user event is a group of user infos happened in a period of time. So when you need to search for specific facts or infos, you may need a more fine-grained search. In Memobase, we call itevent_gist. event_gist is a fraction of user_event that only contains one fact, schedule, or reminder of user.
So if you want to search particular things of user, without the context of other infos, you can use search_event_gist to conduct a search:
Search Packed Events with Tags
You can perform a semantic search to find events related to a specific topic or concept. Different fromsearch_event_gist, the return elements of search_event are packed gists of user events(happened in a period of time).
We recommend more to use search_event_gist to retrieve fine-grained events.
emotion tag, or events that updated profile slots related to emotion.
For a detailed list of search parameters, please refer to the API documentation.