×
思维导图备注
Jina v2.7.0 Documentation
首页
白天
夜间
小程序
阅读
书签
我的书签
添加书签
移除书签
Data Types
来源:Jina
浏览
255
扫码
分享
2022-02-15 21:21:57
Text
Image
Video
Audio
3D Mesh
Table
当前内容版权归
Jina
或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问
Jina
.
上一篇:
下一篇:
Get started
What is Neural Search?
Install
Jina on Windows
Troubleshooting
Run Quick Demos
Fashion image search
Covid-19 chatbot
Multimodal search
Fundamentals
Basic Concepts
Document
Document
Fluent Interface
DocumentArray
DocumentArrayMemmap
Executor
Create Executor
Executor Features
Executor in Action
Executor File Structure
Run Executors on GPU
Flow
Create Flow
Flow IO
Add Executor
Distributed & Parallel Execution
Asynchronous Flow
Serving Flow
Remarks
Clean & Efficient Code
Data Types
Text
Fuzzy String Matching in 30 Lines
Full Text Search via Feature Hashing
Question-Answering Chatbot via Transformer
Open-Domain Question-Answering on Long Document
Image
Search Similar Images
Search Image from Text via CLIP model
Find Small Images Inside Large Images
Video
Question-Answering on in-Video Content
Search in-Video Visual Content via Text
Audio
Search Similar Audios
3D Mesh
Search Similar 3D Meshes
Table
Filter Table Rows by Attributes
Advanced
Share Executors via Hub
Hub Portal
Create Executor
Publish Executor
Use Hub Executor
Best Practices
Master Executor: from Zero to Hub
Remote Executors and Flows via JinaD
JinaD Server
JinaD Client
Remote Executors
Workspace
Remote Flow
Remote Logs
JinaD Development Guides
Experimental Features
Jina on Kubernetes
Jina with Docker Compose
Jina Sandbox
Indexers on Jina Hub
Indexers Benchmark
Python API
jina package
jina.clients package
jina.clients.base package
jina.clients.base.grpc module
jina.clients.base.helper module
jina.clients.base.http module
jina.clients.base.websocket module
jina.clients.request package
jina.clients.request.asyncio module
jina.clients.request.helper module
jina.clients.grpc module
jina.clients.helper module
jina.clients.http module
jina.clients.mixin module
jina.clients.websocket module
jina.helloworld package
jina.helloworld.chatbot package
jina.helloworld.chatbot.app module
jina.helloworld.chatbot.my_executors module
jina.helloworld.fashion package
jina.helloworld.fashion.app module
jina.helloworld.fashion.helper module
jina.helloworld.fashion.my_executors module
jina.helloworld.multimodal package
jina.helloworld.multimodal.app module
jina.helloworld.multimodal.my_executors module
jina.helloworld.fork module
jina.hubble package
jina.hubble.helper module
jina.hubble.hubapi module
jina.hubble.hubio module
jina.jaml package
jina.jaml.parsers package
jina.jaml.parsers.default package
jina.jaml.parsers.default.v1 module
jina.jaml.parsers.executor package
jina.jaml.parsers.executor.legacy module
jina.jaml.parsers.flow package
jina.jaml.parsers.flow.v1 module
jina.jaml.parsers.base module
jina.jaml.helper module
jina.logging package
jina.logging.formatter module
jina.logging.logger module
jina.logging.predefined module
jina.logging.profile module
jina.orchestrate package
jina.orchestrate.deployments package
jina.orchestrate.deployments.config package
jina.orchestrate.deployments.config.k8slib package
jina.orchestrate.deployments.config.k8slib.kubernetes_deployment module
jina.orchestrate.deployments.config.k8slib.kubernetes_tools module
jina.orchestrate.deployments.config.docker_compose module
jina.orchestrate.deployments.config.helper module
jina.orchestrate.deployments.config.k8s module
jina.orchestrate.flow package
jina.orchestrate.flow.asyncio module
jina.orchestrate.flow.base module
jina.orchestrate.flow.builder module
jina.orchestrate.pods package
jina.orchestrate.pods.container module
jina.orchestrate.pods.container_helper module
jina.orchestrate.pods.factory module
jina.orchestrate.pods.helper module
jina.orchestrate.pods.jinad module
jina.parsers package
jina.parsers.hubble package
jina.parsers.hubble.new module
jina.parsers.hubble.pull module
jina.parsers.hubble.push module
jina.parsers.orchestrate package
jina.parsers.orchestrate.runtimes package
jina.parsers.orchestrate.runtimes.container module
jina.parsers.orchestrate.runtimes.distributed module
jina.parsers.orchestrate.runtimes.head module
jina.parsers.orchestrate.runtimes.remote module
jina.parsers.orchestrate.runtimes.worker module
jina.parsers.orchestrate.base module
jina.parsers.orchestrate.deployment module
jina.parsers.orchestrate.pod module
jina.parsers.base module
jina.parsers.client module
jina.parsers.deprecated module
jina.parsers.export_api module
jina.parsers.flow module
jina.parsers.helloworld module
jina.parsers.helper module
jina.parsers.ping module
jina.proto package
jina.proto.jina_pb2 module
jina.proto.jina_pb2_grpc module
jina.proto.serializer module
jina.schemas package
jina.schemas.deployment module
jina.schemas.executor module
jina.schemas.flow module
jina.schemas.helper module
jina.schemas.meta module
jina.serve package
jina.serve.executors package
jina.serve.executors.decorators module
jina.serve.executors.metas module
jina.serve.runtimes package
jina.serve.runtimes.gateway package
jina.serve.runtimes.gateway.graph package
jina.serve.runtimes.gateway.graph.topology_graph module
jina.serve.runtimes.gateway.grpc package
jina.serve.runtimes.gateway.http package
jina.serve.runtimes.gateway.http.app module
jina.serve.runtimes.gateway.http.models module
jina.serve.runtimes.gateway.websocket package
jina.serve.runtimes.gateway.websocket.app module
jina.serve.runtimes.gateway.request_handling module
jina.serve.runtimes.head package
jina.serve.runtimes.request_handlers package
jina.serve.runtimes.request_handlers.data_request_handler module
jina.serve.runtimes.worker package
jina.serve.runtimes.asyncio module
jina.serve.runtimes.base module
jina.serve.stream package
jina.serve.stream.helper module
jina.serve.networking module
jina.types package
jina.types.request package
jina.types.request.control module
jina.types.request.data module
jina.types.mixin module
jina.checker module
jina.enums module
jina.excepts module
jina.helper module
jina.importer module
daemon package
daemon.api package
daemon.api.endpoints package
daemon.api.endpoints.partial package
daemon.api.endpoints.partial.deployment module
daemon.api.endpoints.partial.flow module
daemon.api.endpoints.partial.pod module
daemon.api.endpoints.deployments module
daemon.api.endpoints.flows module
daemon.api.endpoints.logs module
daemon.api.endpoints.pods module
daemon.api.endpoints.workspaces module
daemon.api.dependencies module
daemon.clients package
daemon.clients.base module
daemon.clients.deployments module
daemon.clients.flows module
daemon.clients.mixin module
daemon.clients.pods module
daemon.clients.workspaces module
daemon.models package
daemon.models.base module
daemon.models.containers module
daemon.models.custom module
daemon.models.enums module
daemon.models.id module
daemon.models.partial module
daemon.models.ports module
daemon.models.workspaces module
daemon.stores package
daemon.stores.base module
daemon.stores.containers module
daemon.stores.deployments module
daemon.stores.flows module
daemon.stores.mixin module
daemon.stores.partial module
daemon.stores.pods module
daemon.stores.workspaces module
daemon.dockerize module
daemon.excepts module
daemon.files module
daemon.helper module
daemon.parser module
daemon.tasks module
cli package
cli.api module
cli.autocomplete module
cli.export module
cli.lookup module
Command-Line Interface
暂无相关搜索结果!
本文档使用
BookStack
构建
×
分享,让知识传承更久远
×
文章二维码
手机扫一扫,轻松掌上读
×
文档下载
普通下载
下载码下载(免登录无限下载)
你与大神的距离,只差一个APP
请下载您需要的格式的文档,随时随地,享受汲取知识的乐趣!
PDF
文档
EPUB
文档
MOBI
文档
温馨提示
每天每在网站阅读学习一分钟时长可下载一本电子书,每天连续签到可增加阅读时长
下载码方式下载:免费、免登录、无限制。
免费获取下载码
下载码
文档格式
PDF
EPUB
MOBI
码上下载
×
微信小程序阅读
您与他人的薪资差距,只差一个随时随地学习的小程序
×
书签列表
×
阅读记录
阅读进度:
0.00%
(
0/0
)
重置阅读进度