Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
docarray
/
docarray
Public
Notifications
You must be signed in to change notification settings
Fork
243
Star
3.1k
Code
Issues
68
Pull requests
43
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
feat: i/o for DocVec
- #1562
#1562
Merged
JohannesMessner
merged 26 commits into
main
docarray/docarray:main
from
feat-docvec-io
docarray/docarray:feat-docvec-io
Copy head branch name to clipboard
Jun 28, 2023
Conversation
Commits
26
(26)
Checks
Files changed
Merged
feat: i/o for DocVec
#1562
JohannesMessner
merged 26 commits into
main
docarray/docarray:main
from
feat-docvec-io
docarray/docarray:feat-docvec-io
Copy head branch name to clipboard
Commits
Commits on May 22, 2023
feat: json and dict for docvec
Show description for d43057b
JohannesMessner
committed
d43057b
View commit details
Copy full SHA for d43057b
Browse repository at this point
test: add tests
Show description for c45bfca
JohannesMessner
committed
c45bfca
View commit details
Copy full SHA for c45bfca
Browse repository at this point
test: add docvec to dict test
Show description for 564d144
JohannesMessner
committed
564d144
View commit details
Copy full SHA for 564d144
Browse repository at this point
feat: to from dataframe for docvec
Show description for 76f9c8e
JohannesMessner
committed
76f9c8e
View commit details
Copy full SHA for 76f9c8e
Browse repository at this point
test: dataframe docvec tests
Show description for 73a1ac7
JohannesMessner
committed
73a1ac7
View commit details
Copy full SHA for 73a1ac7
Browse repository at this point
feat: to from csv for docvec
Show description for f83fb4f
JohannesMessner
committed
f83fb4f
View commit details
Copy full SHA for f83fb4f
Browse repository at this point
test: test csv with docvec
Show description for ca8dc12
JohannesMessner
committed
ca8dc12
View commit details
Copy full SHA for ca8dc12
Browse repository at this point
Commits on Jun 14, 2023
Merge branch 'main' into feat-docvec-io
JohannesMessner
committed
2b52b1e
View commit details
Copy full SHA for 2b52b1e
Browse repository at this point
feat: pickle serialization for docvec
Show description for b115637
JohannesMessner
committed
b115637
View commit details
Copy full SHA for b115637
Browse repository at this point
feat: protbuf array serialization for docvec
Show description for bd86985
JohannesMessner
committed
bd86985
View commit details
Copy full SHA for bd86985
Browse repository at this point
test: test base64 deser for docvec
Show description for c280ff2
JohannesMessner
committed
c280ff2
View commit details
Copy full SHA for c280ff2
Browse repository at this point
test: test save and load for docvec
Show description for ad881cf
JohannesMessner
committed
ad881cf
View commit details
Copy full SHA for ad881cf
Browse repository at this point
Commits on Jun 19, 2023
feat: docvec json column wise
Show description for 4b1b533
JohannesMessner
committed
4b1b533
View commit details
Copy full SHA for 4b1b533
Browse repository at this point
Merge branch 'main' into feat-docvec-io
JohannesMessner
committed
60e651e
View commit details
Copy full SHA for 60e651e
Browse repository at this point
Commits on Jun 20, 2023
Merge branch 'main' into feat-docvec-io
JohannesMessner
committed
f9c97ec
View commit details
Copy full SHA for f9c97ec
Browse repository at this point
test: add test for docvec json
Show description for 0603fc5
JohannesMessner
committed
0603fc5
View commit details
Copy full SHA for 0603fc5
Browse repository at this point
test: add tensor type arg
Show description for c6ace8e
JohannesMessner
committed
c6ace8e
View commit details
Copy full SHA for c6ace8e
Browse repository at this point
Commits on Jun 26, 2023
fix: mypy stuff
Show description for 51719b2
JohannesMessner
committed
51719b2
View commit details
Copy full SHA for 51719b2
Browse repository at this point
fix: raising of error when needed
Show description for ad5f5bd
JohannesMessner
committed
ad5f5bd
View commit details
Copy full SHA for ad5f5bd
Browse repository at this point
fix: more exception raising
Show description for 200dbac
JohannesMessner
committed
200dbac
View commit details
Copy full SHA for 200dbac
Browse repository at this point
fix: mypy
Show description for 8d1f446
JohannesMessner
committed
8d1f446
View commit details
Copy full SHA for 8d1f446
Browse repository at this point
refactor: don't expose to/from csv for docvec
Show description for 6815720
JohannesMessner
committed
6815720
View commit details
Copy full SHA for 6815720
Browse repository at this point
test: adjust tests
Show description for 6b5ddc7
JohannesMessner
committed
6b5ddc7
View commit details
Copy full SHA for 6b5ddc7
Browse repository at this point
Commits on Jun 27, 2023
docs: add documentation for docvec io
Show description for 587c20a
JohannesMessner
committed
587c20a
View commit details
Copy full SHA for 587c20a
Browse repository at this point
Merge branch 'main' into feat-docvec-io
JohannesMessner
authored
663f17d
View commit details
Copy full SHA for 663f17d
Browse repository at this point
Commits on Jun 28, 2023
Merge branch 'main' into feat-docvec-io
JohannesMessner
authored
7d035fb
View commit details
Copy full SHA for 7d035fb
Browse repository at this point
You can’t perform that action at this time.