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

RAG Guide: Wrap individually chatbot query run into a helper function #162

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

Conversation

rossdanlm
Copy link

@rossdanlm rossdanlm commented Apr 25, 2024

RAG Guide: Wrap individually chatbot query run into a helper function

This was mainly just a personal preference choice, not a big deal if you don't like it, no worries if you don't want to approve

Test Plan

No functional changes, notebook still works


Stack created with Sapling. Best reviewed with ReviewStack.

Rossdan Craig rossdan@lastmileai.dev added 2 commits April 25, 2024 16:05
… from .env file

Nice convenience function, don't need to acecpt if you don't like it


## Test Plan
Notebook runs if you define API keys in an .env file
I noticed that this was breaking for when I was running this in Jupyter notebooks. I also noticed we had comments in the notebook saying `# Uncomment for Google Colab to ...` so figured we could do the same here. If you don't like it, no worries

## Test Plan
Before it wasn't working, and we got these errors
```
Error in callback <function set_css at 0x33e33d260> (for pre_run_cell), with arguments args (<ExecutionInfo object at 33e35b110, raw_cell="raw_documents = [
    {
        "title": "Text Emb.." store_history=True silent=False shell_futures=True cell_id=vscode-notebook-cell:/Users/rossdancraig/Projects/cohere-notebooks/notebooks/guides/RAG_with_Chat_Embed_and_Rerank_via_Pinecone.ipynb#X13sZmlsZQ%3D%3D>,),kwargs {}:

```

```
{
	"name": "TypeError",
	"message": "set_css() takes 0 positional arguments but 1 was given",
	"stack": "---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
TypeError: set_css() takes 0 positional arguments but 1 was given"
}
```

Now it works!
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Rossdan Craig rossdan@lastmileai.dev seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

This was mainly just a personal preference choice, not a big deal if you don't like it, no worries if you don't want to approve

## Test Plan
No functional changes, notebook still works
@rossdanlm rossdanlm changed the title RAG Guide: Wrap individually query run into a helper function RAG Guide: Wrap individually chatbot query run into a helper function Apr 25, 2024
@rossdanlm rossdanlm marked this pull request as ready for review April 25, 2024 20:22
@mrmer1
Copy link
Contributor

mrmer1 commented May 6, 2024

@rossdanlm Thanks for the suggestion! I think at this point I'll not merge but will keep this as reference for any changes later (because we have other notebooks using the same implementation).

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

3 participants