{"id":15487948,"url":"https://github.com/dblock/vectordb-client","last_synced_at":"2025-04-05T06:14:46.316Z","repository":{"id":175847266,"uuid":"653863349","full_name":"dblock/vectordb-client","owner":"dblock","description":"WIP: generic vectordb-client","archived":false,"fork":false,"pushed_at":"2023-06-16T12:34:40.000Z","size":23,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-10T13:44:12.186Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dblock.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-14T22:56:03.000Z","updated_at":"2023-08-14T16:31:55.000Z","dependencies_parsed_at":"2023-07-19T21:16:22.495Z","dependency_job_id":null,"html_url":"https://github.com/dblock/vectordb-client","commit_stats":null,"previous_names":["dblock/vectordb-client"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dblock%2Fvectordb-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dblock%2Fvectordb-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dblock%2Fvectordb-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dblock%2Fvectordb-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dblock","download_url":"https://codeload.github.com/dblock/vectordb-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247294570,"owners_count":20915341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T06:44:53.252Z","updated_at":"2025-04-05T06:14:46.287Z","avatar_url":"https://github.com/dblock.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"- [VectorDB Client](#vectordb-client)\n  - [Using](#using)\n    - [Pinecone](#pinecone)\n    - [OpenSearch](#opensearch)\n  - [Developing](#developing)\n  - [License](#license)\n  - [Copyright](#copyright)\n\n## VectorDB Client\n\nCurrently super-experimental-WIP. An attempt at a Python library that supports multiple vector databases with the same interface.\n\n### Using\n\n#### Pinecone\n\nSee [pinecone/hello.py](samples/pinecone/hello.py).\n\nSign up for Pinecone, get an `API_TOKEN` and a `PROJECT_ID`.\n\nRun a working sample as follows.\n\n```\nAPI_TOKEN=... PROJECT_ID=... ENDPOINT=https://us-west4-gcp-free.pinecone.io poetry run samples/pinecone/hello.py\n```\n\n#### OpenSearch\n\nDownload and run OpenSearch.\n\n```\ndocker pull opensearchproject/opensearch:latest\ndocker run -d -p 9200:9200 -p 9600:9600 -e \"discovery.type=single-node\" opensearchproject/opensearch:latest\n```\n\nRun a working sample as follows.\n\n```\nUSERNAME=admin PASSWORD=admin ENDPOINT=https://localhost:9200 poetry run samples/open_search/hello.py\n```\n\n\n### Developing\n\nSee [DEVELOPER_GUIDE](DEVELOPER_GUIDE.md).\n\n### License\n\nThis project is licensed under the [Apache v2.0 License](LICENSE.txt).\n\n### Copyright\n\nCopyright Daniel Doubrovkine, and contributors.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdblock%2Fvectordb-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdblock%2Fvectordb-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdblock%2Fvectordb-client/lists"}