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

Add a RAGAgent example #413

Closed
wants to merge 7 commits into from
Closed

Conversation

xuechendi
Copy link
Collaborator

@xuechendi xuechendi commented Jul 17, 2024

Description

Initiate RAGAgent example

Issues

opea-project/docs#29

Type of change

List the type of change like below. Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds new functionality)
  • Breaking change (fix or feature that would break existing design and interface)

Dependencies

No

Tests

added

This PR depends on other PRs:

xuechendi and others added 2 commits July 17, 2024 22:52
Signed-off-by: Chendi.Xue <chendi.xue@intel.com>
@kevinintel kevinintel linked an issue Jul 18, 2024 that may be closed by this pull request
@xuechendi xuechendi force-pushed the RAGAgent branch 4 times, most recently from 227c5fe to 7782d09 Compare July 18, 2024 01:42
Signed-off-by: Chendi.Xue <chendi.xue@intel.com>
Signed-off-by: Chendi.Xue <chendi.xue@intel.com>
@xuechendi xuechendi force-pushed the RAGAgent branch 5 times, most recently from f79aeb2 to 0d4531e Compare July 18, 2024 02:57
Signed-off-by: Chendi.Xue <chendi.xue@intel.com>
@chensuyue chensuyue modified the milestones: v0.8, v0.9 Jul 18, 2024
@kevinintel kevinintel linked an issue Jul 30, 2024 that may be closed by this pull request
ip_address = os.environ.get("ip_address")
url = f"http://{ip_address}:8889/v1/retrievaltool"
content = json.dumps({"text": query})
print(url, content)
Copy link
Collaborator

Choose a reason for hiding this comment

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

shall we use LOG_ERROR, LOG_VERBOSE like micro to control the print level? I didn't think this is needed for normal running env.

@xuechendi
Copy link
Collaborator Author

xuechendi commented Aug 15, 2024

Close this PR, replace with new PR from @minmin-intel PR 480

@xuechendi xuechendi closed this Aug 15, 2024
This was unlinked from issues Aug 15, 2024
wangkl2 pushed a commit to wangkl2/GenAIExamples that referenced this pull request Dec 11, 2024
…ncurrency cases (opea-project#413)

* increate forward timeout to support high concurrency cases

* modifed max_forward_timeout as the env variable and refined the doc

---------

Co-authored-by: lvliang-intel <liang1.lv@intel.com>
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.

3 participants