Skip to content
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

Open AI module: provide API key at query time #1817

Merged
merged 3 commits into from Feb 14, 2022

Conversation

antas-marcin
Copy link
Contributor

Closes #1816

@antas-marcin antas-marcin force-pushed the middleware-for-arbitrary-headers branch from 63490e3 to 5644787 Compare February 5, 2022 14:16
@codecov
Copy link

codecov bot commented Feb 5, 2022

Codecov Report

Merging #1817 (5644787) into master (4155ff2) will decrease coverage by 0.01%.
The diff coverage is 55.17%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1817      +/-   ##
==========================================
- Coverage   66.27%   66.26%   -0.02%     
==========================================
  Files         399      399              
  Lines       29832    29858      +26     
==========================================
+ Hits        19770    19784      +14     
- Misses       8342     8355      +13     
+ Partials     1720     1719       -1     
Flag Coverage Δ
integration 67.74% <ø> (+0.01%) ⬆️
unittests 66.26% <55.17%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
adapters/handlers/rest/middlewares.go 0.00% <0.00%> (ø)
adapters/handlers/rest/embedded_spec.go 100.00% <100.00%> (ø)
modules/text2vec-openai/clients/vectorizer.go 65.00% <100.00%> (+9.68%) ⬆️
adapters/repos/db/aggregator/text.go 80.00% <0.00%> (-3.08%) ⬇️
usecases/sharding/state.go 66.01% <0.00%> (-0.98%) ⬇️
adapters/repos/db/shard_write_batch_objects.go 79.06% <0.00%> (+3.10%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0a03bb8...5644787. Read the comment docs.

@etiennedi etiennedi merged commit a2b7a81 into master Feb 14, 2022
@etiennedi etiennedi deleted the middleware-for-arbitrary-headers branch February 14, 2022 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Open AI module: provide API key at query time
2 participants