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
Is your feature request related to a problem? Please describe.
examples/Question_answering_using_embeddings.ipynb should include info about token usage of embeddings vs putting additional information into the context window of the model - aligned with how it's linked from https://platform.openai.com/docs/guides/embeddings "we explore the tradeoff". And it's in the code
Describe the solution you'd like
Table comparing cost of both approaches
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
examples/Question_answering_using_embeddings.ipynb should include info about token usage of embeddings vs putting additional information into the context window of the model - aligned with how it's linked from https://platform.openai.com/docs/guides/embeddings "we explore the tradeoff". And it's in the code
Describe the solution you'd like
Table comparing cost of both approaches
The text was updated successfully, but these errors were encountered: