| [ Web Proxy ] |
| Viewing: https://docs.docarray.org/API_reference/array/../../../data_types/audio/../../../../glossary/ | [Back] [Original] |
DocArray's scope covers several fields, from AI to web apps. To make it easier to understand, we have created a glossary of terms used in the documentation.
Multimodal DataMultimodal data is data that is composed of different modalities, like image, text, video, audio, etc.
Actually, most of the data we have in the world is multimodal, for example:
Multimodal AIMultimodal AI is the field of AI that focuses on multimodal data.
Most of the recent breakthroughs in AI are multimodal AI.
Many AI labs are focusing on multimodal AI because it can solve a lot of practical problems, and that it might actually be a requirement for strong AI systems (as argued by Yann Lecun in this article where he states that "a system trained on language alone will never approximate human intelligence.")
Generative AIGenerative AI is also in the epicenter of the latest AI revolution. These tools allow us to generate data.
Neural SearchNeural search is search powered by neural networks. Unlike traditional keyword-based search methods, neural search understands the context and semantic meaning of a user's query, allowing it to find relevant results even when the exact keywords are not present.
Vector DatabaseA vector database is a specialized storage system designed to handle high-dimensional vectors, which are common representations of data in machine learning and AI applications. It enables efficient storage, indexing, and querying of these vectors, and typically supports operations like nearest neighbor search, similarity search, and clustering.
JinaJina is a framework for building multimodal applications. It relies heavily on DocArray to represent and send data.
DocArray was originally part of Jina but it is now a standalone project independent of Jina.
PydanticPydantic is a Python library that allows data validation using Python type hints. DocArray relies on Pydantic.
FastAPIFastAPI is a Python library that allows building API using Python type hints. It is built on top of Pydantic and nicely extends to DocArray.
WeaviateWeaviate is an open-source vector database that is supported in DocArray.
QdrantQdrant is an open-source vector database that is supported in DocArray.
| Web Proxy Viewer | New URL | Original Page |