Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: adapt to changes requested
  • Loading branch information
Joan Fontanals Martinez committed Aug 3, 2023
commit 985e824f956caacad9cc1fcb25f36cc3ae8746cf
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -730,10 +730,8 @@ Just like a vanilla Pydantic model!

Jina has adopted docarray as their library for representing and serializing Documents.

Jina allows to serve models and services that are built with `docarray` allowing you to serve and scale these applications
making full use of `docarray`'s serialization capabilites.

how easily documents slot into your FastAPI app:
Jina allows to serve models and services that are built with DocArray allowing you to serve and scale these applications
making full use of DocArray's serialization capabilites.

```python
import numpy as np
Expand Down Expand Up @@ -787,8 +785,6 @@ with Deployment(
print(resp)
```

Just like a vanilla Pydantic model!

</details>

### Coming from a vector database
Expand Down