-
Notifications
You must be signed in to change notification settings - Fork 3
Set up data plane #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 24 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
de37c4b
First iteration of generating dataplane from protofile
emily-emily 034bfff
Refactor files
emily-emily 977f72d
Switch to tonic
emily-emily daa97b0
Remove proto-builder
emily-emily 0213d42
Merge branch 'main' into emily/generate-dataplane-from-proto
emily-emily 33a913b
Add code framework in data.rs
emily-emily 5fd32c2
Update ci.yaml with protoc
emily-emily af73d57
Add some connection code, does not connect successfully
emily-emily ab5f8a3
Make successful connection - added features to Cargo.toml
emily-emily 4828d7e
changed some function/struct visibility, removed some unwrap()
ericapywang e2abba3
Merge branch 'main' into emily/generate-dataplane-from-proto
ericapywang 524dc5e
fixed build
ericapywang d4a7b4a
Add submodule checkout to ci
emily-emily 6618815
Fix ci.yaml syntax
emily-emily 8bcc95b
Update ci.yaml
emily-emily c4918b9
Commit proto file and update ci.yaml
emily-emily e964a12
Fix ci.yaml syntax
emily-emily b43f075
added basic test for index
ericapywang 3f7b962
delete pinecone_connection.rs file
ericapywang c0f5fe0
change error type to UpsertError
ericapywang fbad4c2
Restructure to include control and data under pinecone
emily-emily 258c17d
Update upsert to take namespace
emily-emily 3569eb7
Merge branch 'main' into emily/generate-dataplane-from-proto
ericapywang 12244a6
make data plane index an env var
ericapywang 91c3bf8
Minor fixes
emily-emily 6a9f6b4
Use tonic::Status
emily-emily e010b2e
Merge branch 'main' into emily/generate-dataplane-from-proto
ericapywang 0a4249e
removed duplicate error defn
ericapywang 4c40d1b
Merge branch 'main' into emily/generate-dataplane-from-proto
ericapywang ebcd7ab
Move google protos and fix documentation
emily-emily 1fbc1a3
user inputs host instead of index name
ericapywang ce995f4
Add scheme and port options to connection
emily-emily d82c21c
Use map_err and unwrap_or
emily-emily cfd0d2b
Use regex for scheme and port
emily-emily 0f6451b
Fix default port for index
emily-emily 3fa1c4c
Remove secure and port options
emily-emily 5ecb4b5
Use static regex object
emily-emily c091338
Use into_inner
emily-emily File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.