You can easily integrate Searching actions into the applications you develop on the Kuika platform. By scanning the resources added to the system, you can return the document information closest to the query sent, or you can get direct answers to questions by sending these resources to OpenAI.
Searching actions:
Works with resources in file, folder or base64 format.
It converts these resources into vector format by dividing them into pieces of certain sizes.
It stores each piece securely by associating it with metadata.
You can remove the sources at any time or keep them up to date by synchronizing them as often as you wish.
In this way, you can make data access and search operations faster, more efficient and user-friendly.
Searching Actions Offered in Kuika
Save Source
It allows uploading files from Google Drive, AWS S3 or Manual providers and saving them to the database.
Search can be performed on saved files.
Get All Source List
Lists all resources associated with a specific Collection Id.
If Collection name is not given, the sources in Default Collection are listed.
Delete Source
Deletes resources with the specified Collection Id from the system.
Allows you to clean up unnecessary or obsolete resources.
Search
Searches database or file collections based on a specific query.
It can be used with different search types such as Vector Search, Exact Vector Search and RAG Search.
Using these actions , you can integrate advanced search and data management operations into your application on the Kuika platform.