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

Apply comments from llama_index #2

Merged
merged 4 commits into from
Feb 1, 2025
Merged

Conversation

nsd9696
Copy link
Collaborator

@nsd9696 nsd9696 commented Jan 8, 2025

Description

@nsd9696 nsd9696 marked this pull request as ready for review January 27, 2025 13:49
@@ -102,6 +106,50 @@ def serve(
force_relaunch: bool = False,
**kwargs: Any,
) -> None:
loop = asyncio.get_event_loop()
if loop.is_running():
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

jupyter 의 경우 이미 running 중인 Loop이 존재하는 상황이라 해당 loop에 task를 추가하는 방식으로 했습니다. 해당 부분 한번 봐주시면 감사하겠습니다

@nsd9696 nsd9696 requested a review from cooco119 January 31, 2025 08:25
Copy link
Collaborator

@cooco119 cooco119 left a comment

Choose a reason for hiding this comment

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

제 작은 지식으로는 괜찮아보입니다 ㅎㅎ 라마인덱스에게 또 받아보죠!

@nsd9696 nsd9696 merged commit deb950b into main Feb 1, 2025
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.

2 participants