# OpenVector

## OpenVector

- [OpenVector](https://openvector.gitbook.io/docs/readme.md)
- [Overview](https://openvector.gitbook.io/docs/introduction/overview.md)
- [Our Thesis](https://openvector.gitbook.io/docs/introduction/quickstart.md)
- [Our Solution](https://openvector.gitbook.io/docs/introduction/our-solution.md)
- [Other Approaches](https://openvector.gitbook.io/docs/introduction/other-approaches.md)
- [Benchmarks](https://openvector.gitbook.io/docs/introduction/benchmarks.md)
- [Overview](https://openvector.gitbook.io/docs/network-architecture/overview.md)
- [Networking](https://openvector.gitbook.io/docs/network-architecture/networking.md)
- [Deploy Compute Node](https://openvector.gitbook.io/docs/network-architecture/markdown.md)
- [Deploy CoFHE Node](https://openvector.gitbook.io/docs/network-architecture/editor.md)
- [Deploy Client Node](https://openvector.gitbook.io/docs/network-architecture/images-and-media.md)
- [Overview](https://openvector.gitbook.io/docs/quick-start/overview.md)
- [Setting up Client Node](https://openvector.gitbook.io/docs/quick-start/editor.md)
- [Encrypting Data](https://openvector.gitbook.io/docs/quick-start/editor-1.md)
- [Tensor Multiplication](https://openvector.gitbook.io/docs/quick-start/editor-2.md)
- [Decrypting the Ouput](https://openvector.gitbook.io/docs/quick-start/editor-3.md)
- [Verifying the Output](https://openvector.gitbook.io/docs/quick-start/editor-4.md)
- [Running the Program](https://openvector.gitbook.io/docs/quick-start/editor-5.md)
- [Python-Binding Tutorial](https://openvector.gitbook.io/docs/quick-start/editor-6.md)
- [Building MLP Block](https://openvector.gitbook.io/docs/tutorials/markdown.md)
- [Confidential LLM Inference](https://openvector.gitbook.io/docs/use-cases/editor.md)
- [Training on Encrypted Data](https://openvector.gitbook.io/docs/use-cases/markdown.md)
- [Vector Search on Encrypted Data](https://openvector.gitbook.io/docs/use-cases/images-and-media.md)
- [Encrypted Data Access Control](https://openvector.gitbook.io/docs/use-cases/interactive-blocks.md)
- [CryptoSystem Interface](https://openvector.gitbook.io/docs/api-references/editor.md)
- [ClientNode Class](https://openvector.gitbook.io/docs/api-references/markdown.md)
- [ComputeRequest Class](https://openvector.gitbook.io/docs/api-references/openapi.md)
- [ComputeResponse Class](https://openvector.gitbook.io/docs/api-references/computeresponse-class.md)
- [Overview](https://openvector.gitbook.io/docs/python-api-references/overview.md)
- [Tensor](https://openvector.gitbook.io/docs/python-api-references/tensor.md): The tensor serves as the fundamental data structure, and cofhe supports most of the PyTorch tensor API.
- [nn.Module](https://openvector.gitbook.io/docs/python-api-references/nn.module.md)
- [nn.Functional](https://openvector.gitbook.io/docs/python-api-references/nn.functional.md)
- [Call for Research](https://openvector.gitbook.io/docs/contribution/call-for-research.md)
- [CoFHE Library](https://openvector.gitbook.io/docs/contribution/editor.md)
- [Integrations](https://openvector.gitbook.io/docs/contribution/integrations.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://openvector.gitbook.io/docs/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
