Nuclia automatically indexes your unstructured data from any internal and external source, providing optimized search results and generative answers. It can handle video and audio transcription, image content extraction, and document parsing.
nucliadb-protos
package to use the Nuclia Understanding API
Nuclia account
.
We can create one for free at https://nuclia.cloud,
and then create a NUA key.
Nuclia Understanding API
document transformer splits text into paragraphs and sentences,
identifies entities, provides a summary of the text and generates embeddings for all the sentences.
To use the Nuclia document transformer, we need to instantiate a NucliaUnderstandingAPI
tool with enable_ml
set to True
: