Properties management
In OneReach.ai's Lookup UI, properties play an important role as custom metadata for each collection or passage. This guide will walk you through how to manage properties in the Lookup UI.
What are properties?
A property is an additional piece of information that you can add to a collection to store custom metadata. It usually involves specifying:
- Name: the property name (no spaces allowed)
- Data type: the type of data for the property
- Description: a brief description of what the property does (optional)
Restrictions:
WARNING
Once a property has been added to a collection, it cannot be edited or deleted from the collection itself.
However, these properties can be added to your passages, where they can be edited and deleted as needed.
With this feature, you can tailor the metadata in your collections to meet your specific needs, enhancing the search and retrieval process for Bot conversations. It's crucial, however, to plan your properties carefully considering the restrictions in place.
How to add properties
To add a property to a collection, follow these steps:
- Click Properties
- Click Add properties
- Provide the Name of the property. Ensure that the name does not contain any spaces
- Choose the Data type from the dropdown list available
- Optionally, provide a Description for the property
- Click Save to add the property to the collection. You can add as many properties as you require
Keeping your collections organized
You can add properties to your collections as metadata to help keep your data organized. This comes in handy when you want to find specific items within your collections. With custom properties, you can easily tag, classify, and locate various data elements. Your search, therefore, is streamlined and gives you more accurate results.
Managing properties
To manage properties, follow the information provided in Lookup's UI Steps and Form Templates. You can add, remove, or modify properties as you want. Also, remember to use unique names for properties to avoid confusions and ensure effective document search. Use properties wisely to take full advantage of Lookup UI's question and answer system. They are a great way to categorize your data, streamline your search, and get accurate results.
Passage property management
Passages in OneReach.ai's Lookup UI represent a portion or chunk of a document and are the smallest searchable units within a collection. While properties are attached to the collection as a whole, they can also be added, edited, and removed from individual passages.
What are passage properties?
Passage properties are the same properties created within a collection that can further be applied to specific passages. This allows a more detailed and specific categorization and searchability of the data within the collection.
Adding properties to a passage
To add properties to a passage, follow the steps below:
- Open document with the passage you want to add properties to
- Find passage you want to add properties to
- Click Edit, then click Properties. A dropdown menu will appear, displaying all the properties you've created for the collection
- Select the property you want to add to the passage and click it. An input field will appear where you can add the specific value for that property
- Click Edit to add the property to the passage
Repeat the steps above to add more properties to the passage.
Editing and deleting passage properties
Once a property has been added to a passage, it can be edited or deleted as follows:
To edit a property, click on the property you want to edit in the passage details view. Edit the value in the input field and click Edit.
To delete a property, click the Delete icon next to the property you want to delete.
Note that editing or deleting a property in a passage doesn't affect the property in the collection.
Passage properties enable a more granular level of managing and categorizing data, enhancing the overall efficiency and accuracy of data retrieval. Use it wisely to get the most out of your data collection.
Data types
Lookup Data Type | Exact Data Type | Formatting |
---|---|---|
text | string | string |
text[] | list of strings | ["string one", "string two"] |
int | int64 (*) | 0 |
int[] | list of int64 (*) | [0, 1] |
boolean | boolean | true/false |
boolean[] | list of booleans | [true, false] |
number | float64 | 0.0 |
number[] | list of float64 | [0.0, 1.1] |
date | string | "1985-04-12T23:20:50.52Z" (RFC 3339 formatted date) |
date[] | list of string | ["1985-04-12T23:20:50.52Z", "1937-01-01T12:00:27.87+00:20"] (RFC 3339 formatted date) |
uuid | string | "c8f8176c-6f9b-5461-8ab3-f3c7ce8c2f5c" |
uuid[] | list of strings | ["c8f8176c-6f9b-5461-8ab3-f3c7ce8c2f5c", "36ddd591-2dee-4e7e-a3cc-eb86d30a4303"] |
TIP
All properties with arrays are displayed only in the code mode.