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

Feature/add app field to config #175

Merged
merged 5 commits into from
Mar 14, 2024
Merged

Conversation

emrgnt-cmplxty
Copy link
Contributor

@emrgnt-cmplxty emrgnt-cmplxty commented Mar 14, 2024

Ellipsis 🚀 This PR description was created by Ellipsis for commit d845591.

Summary:

This PR introduces a new PromptProvider abstraction for generating prompts, a new R2RConfig class for configuration management, updates the LLMProvider interface for streaming completions, and enhances the LoggingDatabaseConnection for fetching a limited number of logs.

Key points:

  • Introduced a new PromptProvider abstraction and used it in RAGPipeline and its subclasses.
  • Introduced a new R2RConfig class for loading and validating the configuration.
  • Refactored E2EPipelineFactory to use R2RConfig.
  • Updated LLMProvider interface and its implementations (OpenAILLM and LiteLLM) to support streaming of completions.
  • Updated LoggingDatabaseConnection to support fetching a limited number of logs.

Generated with ❤️ by ellipsis.dev

Copy link

vercel bot commented Mar 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
r2r-cloud ❌ Failed (Inspect) Mar 14, 2024 8:25pm
r2r-cloud-docs ❌ Failed (Inspect) Mar 14, 2024 8:25pm
r2r-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 14, 2024 8:25pm

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No problems found on commit d845591.


Not what you expected? You can customize the content of the reviews using rules. Learn more here.

@emrgnt-cmplxty emrgnt-cmplxty deleted the feature/add-app-field-to-config branch March 14, 2024 21:22
emrgnt-cmplxty added a commit that referenced this pull request Mar 15, 2024
* feat: introduce Config class and update E2EPipelineFactory to use it (#172)

* add changes

* decouple config

* Feature/blast web and chat (#173)

* add changes

* decouple config

* blast web and chat

* Feature/prompt provider and type reno (#174)

* modify

* mostly complete.

* tweak types

* Feature/add app field to config (#175)

* modify

* mostly complete.

* tweak types

* fix config name issue, add app field

* tweak imports and all that

* Feature/add redis config option (#176)

* modify

* mostly complete.

* tweak types

* add redis config option

* erase cruft

* Feature/add redis config option (#177)

* modify

* mostly complete.

* tweak types

* add redis config option

* erase cruft

* update package deps (#178)
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.

None yet

1 participant