Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

fix(query): removed from get_chat_history #109

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dyaramatreya
Copy link

Copy link
Contributor

@shreehari-aiplanet shreehari-aiplanet left a comment

Choose a reason for hiding this comment

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

@dyaramatreya The query parameter should to be removed in VectorDBMemory aswell.

@tarun-aiplanet tarun-aiplanet added the hacktoberfest-accepted For PR that gets merged in October label Oct 18, 2023
@dyaramatreya
Copy link
Author

@shreehari-aiplanet please review the changes and suggest any changes if needed

Copy link
Collaborator

@sam-aiplanet sam-aiplanet left a comment

Choose a reason for hiding this comment

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

Changes look good @dyaramatreya . Can you just paste a screenshot of the successful passing testcase of this PR. Since we dont have tests CI yet this would be useful.

@dyaramatreya
Copy link
Author

dyaramatreya commented Oct 19, 2023

@sam-aiplanet Sorry. I'm trying to run them, but since I'm contributing from my enterprise/company's laptop, I'm unable to install some packages due to permissions.

@sam-aiplanet
Copy link
Collaborator

@sam-aiplanet Sorry. I'm trying to run them, but since I'm contributing from my enterprise/company's laptop, I'm unable to install some packages due to permissions.

@dyaramatreya Hi thank you for your contribution, but we will try running them since we are low on team bandwidth we really can't guarantee. Please try any other alternatives if possible . Thank you

@dyaramatreya
Copy link
Author

dyaramatreya commented Oct 20, 2023

@sam-aiplanet Sorry. I'm trying to run them, but since I'm contributing from my enterprise/company's laptop, I'm unable to install some packages due to permissions.

@dyaramatreya Hi thank you for your contribution, but we will try running them since we are low on team bandwidth we really can't guarantee. Please try any other alternatives if possible . Thank you

Hi @sam-aiplanet.
Sure. I'll keep trying. But will you consider this contribution once you have bandwidth, in case I'm unable to run it locally?

Copy link

@sunil-aiplanet sunil-aiplanet left a comment

Choose a reason for hiding this comment

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

Hi @dyaramatreya, thank you for your contribution, i ran testcase but it failed, it is because the testcase is not updated. initially it was possible to test few components independently but it was changed in the later releases. currently it requires a stack to be initialized by passing the component instance to it.

you can refer this as example : https://github.com/aiplanethub/genai-stack/blob/main/tests/test_model.py

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
hacktoberfest-accepted For PR that gets merged in October
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Query argument in retriever.get_chat_history()
5 participants