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

MERGE Feature/rag chat fixed to not be agent INTO development #53

Merged
merged 3 commits into from
Dec 14, 2023

Conversation

ryaneggz
Copy link
Contributor

No description provided.

@ryaneggz ryaneggz merged commit 0eeef77 into development Dec 14, 2023
1 check passed
ryaneggz added a commit that referenced this pull request Dec 14, 2023
* MERGE feature/50-adds-settings-and-updates-history-endpoints INTO development (#51)

* Endpoints reconfigurged for settings and history

* Update changelog

* MERGE Feature/rag chat fixed to not be agent INTO development (#53)

* Rag chat fixed

* Remove body from create for now, may change how this works later

* Works for saas, may stop workign on vercel
ryaneggz added a commit that referenced this pull request Dec 17, 2023
* MERGE feature/50-adds-settings-and-updates-history-endpoints INTO development (#51)

* Endpoints reconfigurged for settings and history

* Update changelog

* MERGE Feature/rag chat fixed to not be agent INTO development (#53)

* Rag chat fixed

* Remove body from create for now, may change how this works later

* Works for saas, may stop workign on vercel

* MERGE feature/55-update-ollama-rag-chat INTO development (#56)

* Contains updates for ollama rag but is a bit more custom than intended, doesn't include return docs atm.

* Rag working for both openai and ollama

* MERGE feature/55-update-ollama-rag-chat INTO development (#57)

* Contains updates for ollama rag but is a bit more custom than intended, doesn't include return docs atm.

* Rag working for both openai and ollama

* Update changelog

* Update changlog
ryaneggz added a commit that referenced this pull request Dec 23, 2023
* MERGE feature/50-adds-settings-and-updates-history-endpoints INTO development (#51)

* Endpoints reconfigurged for settings and history

* Update changelog

* MERGE Feature/rag chat fixed to not be agent INTO development (#53)

* Rag chat fixed

* Remove body from create for now, may change how this works later

* Works for saas, may stop workign on vercel

* MERGE feature/55-update-ollama-rag-chat INTO development (#56)

* Contains updates for ollama rag but is a bit more custom than intended, doesn't include return docs atm.

* Rag working for both openai and ollama

* MERGE feature/55-update-ollama-rag-chat INTO development (#57)

* Contains updates for ollama rag but is a bit more custom than intended, doesn't include return docs atm.

* Rag working for both openai and ollama

* Update changelog

* Update changlog

* fixing the retrieval routes

* Update changelog
ryaneggz added a commit that referenced this pull request Dec 25, 2023
* MERGE feature/50-adds-settings-and-updates-history-endpoints INTO development (#51)

* Endpoints reconfigurged for settings and history

* Update changelog

* MERGE Feature/rag chat fixed to not be agent INTO development (#53)

* Rag chat fixed

* Remove body from create for now, may change how this works later

* Works for saas, may stop workign on vercel

* MERGE feature/55-update-ollama-rag-chat INTO development (#56)

* Contains updates for ollama rag but is a bit more custom than intended, doesn't include return docs atm.

* Rag working for both openai and ollama

* MERGE feature/55-update-ollama-rag-chat INTO development (#57)

* Contains updates for ollama rag but is a bit more custom than intended, doesn't include return docs atm.

* Rag working for both openai and ollama

* Update changelog

* Update changlog

* fixing the retrieval routes

* Update changelog

* Update retrieval controller with file upload

* Adds better error handling for tools in agent
ryaneggz added a commit that referenced this pull request Dec 26, 2023
* MERGE feature/50-adds-settings-and-updates-history-endpoints INTO development (#51)

* Endpoints reconfigurged for settings and history

* Update changelog

* MERGE Feature/rag chat fixed to not be agent INTO development (#53)

* Rag chat fixed

* Remove body from create for now, may change how this works later

* Works for saas, may stop workign on vercel

* MERGE feature/55-update-ollama-rag-chat INTO development (#56)

* Contains updates for ollama rag but is a bit more custom than intended, doesn't include return docs atm.

* Rag working for both openai and ollama

* MERGE feature/55-update-ollama-rag-chat INTO development (#57)

* Contains updates for ollama rag but is a bit more custom than intended, doesn't include return docs atm.

* Rag working for both openai and ollama

* Update changelog

* Update changlog

* fixing the retrieval routes

* Update changelog

* Update retrieval controller with file upload

* Adds better error handling for tools in agent

* Changes made (#62)
ryaneggz added a commit that referenced this pull request Dec 27, 2023
* MERGE feature/50-adds-settings-and-updates-history-endpoints INTO development (#51)

* Endpoints reconfigurged for settings and history

* Update changelog

* MERGE Feature/rag chat fixed to not be agent INTO development (#53)

* Rag chat fixed

* Remove body from create for now, may change how this works later

* Works for saas, may stop workign on vercel

* MERGE feature/55-update-ollama-rag-chat INTO development (#56)

* Contains updates for ollama rag but is a bit more custom than intended, doesn't include return docs atm.

* Rag working for both openai and ollama

* MERGE feature/55-update-ollama-rag-chat INTO development (#57)

* Contains updates for ollama rag but is a bit more custom than intended, doesn't include return docs atm.

* Rag working for both openai and ollama

* Update changelog

* Update changlog

* fixing the retrieval routes

* Update changelog

* Update retrieval controller with file upload

* Adds better error handling for tools in agent

* Changes made (#62)

* MERGE feature/64-retricts-what-can-be-passed-to-settings-and-history INTO development (#65)

* Updates to restrict the keys that can be saved

* Adds the keys as args so could be altered

* adds some type hinting
ryaneggz added a commit that referenced this pull request Dec 27, 2023
* MERGE feature/50-adds-settings-and-updates-history-endpoints INTO development (#51)

* Endpoints reconfigurged for settings and history

* Update changelog

* MERGE Feature/rag chat fixed to not be agent INTO development (#53)

* Rag chat fixed

* Remove body from create for now, may change how this works later

* Works for saas, may stop workign on vercel

* MERGE feature/55-update-ollama-rag-chat INTO development (#56)

* Contains updates for ollama rag but is a bit more custom than intended, doesn't include return docs atm.

* Rag working for both openai and ollama

* MERGE feature/55-update-ollama-rag-chat INTO development (#57)

* Contains updates for ollama rag but is a bit more custom than intended, doesn't include return docs atm.

* Rag working for both openai and ollama

* Update changelog

* Update changlog

* fixing the retrieval routes

* Update changelog

* Update retrieval controller with file upload

* Adds better error handling for tools in agent

* Changes made (#62)

* MERGE feature/64-retricts-what-can-be-passed-to-settings-and-history INTO development (#65)

* Updates to restrict the keys that can be saved

* Adds the keys as args so could be altered

* adds some type hinting

* Small fix in history controller
ryaneggz added a commit that referenced this pull request Dec 29, 2023
* MERGE feature/50-adds-settings-and-updates-history-endpoints INTO development (#51)

* Endpoints reconfigurged for settings and history

* Update changelog

* MERGE Feature/rag chat fixed to not be agent INTO development (#53)

* Rag chat fixed

* Remove body from create for now, may change how this works later

* Works for saas, may stop workign on vercel

* MERGE feature/55-update-ollama-rag-chat INTO development (#56)

* Contains updates for ollama rag but is a bit more custom than intended, doesn't include return docs atm.

* Rag working for both openai and ollama

* MERGE feature/55-update-ollama-rag-chat INTO development (#57)

* Contains updates for ollama rag but is a bit more custom than intended, doesn't include return docs atm.

* Rag working for both openai and ollama

* Update changelog

* Update changlog

* fixing the retrieval routes

* Update changelog

* Update retrieval controller with file upload

* Adds better error handling for tools in agent

* Changes made (#62)

* MERGE feature/64-retricts-what-can-be-passed-to-settings-and-history INTO development (#65)

* Updates to restrict the keys that can be saved

* Adds the keys as args so could be altered

* adds some type hinting

* Small fix in history controller

* Need to account for tags and title on history and settings

* Switch to a set to be more efficient (#71)

* A couple adjustments
ryaneggz added a commit that referenced this pull request Dec 29, 2023
* MERGE feature/50-adds-settings-and-updates-history-endpoints INTO development (#51)

* Endpoints reconfigurged for settings and history

* Update changelog

* MERGE Feature/rag chat fixed to not be agent INTO development (#53)

* Rag chat fixed

* Remove body from create for now, may change how this works later

* Works for saas, may stop workign on vercel

* MERGE feature/55-update-ollama-rag-chat INTO development (#56)

* Contains updates for ollama rag but is a bit more custom than intended, doesn't include return docs atm.

* Rag working for both openai and ollama

* MERGE feature/55-update-ollama-rag-chat INTO development (#57)

* Contains updates for ollama rag but is a bit more custom than intended, doesn't include return docs atm.

* Rag working for both openai and ollama

* Update changelog

* Update changlog

* fixing the retrieval routes

* Update changelog

* Update retrieval controller with file upload

* Adds better error handling for tools in agent

* Changes made (#62)

* MERGE feature/64-retricts-what-can-be-passed-to-settings-and-history INTO development (#65)

* Updates to restrict the keys that can be saved

* Adds the keys as args so could be altered

* adds some type hinting

* Small fix in history controller

* Need to account for tags and title on history and settings

* Switch to a set to be more efficient (#71)

* A couple adjustments

* Had to update the PINECONE_KEY to PINECONE_API_KEY

* Had to do some updates
ryaneggz added a commit that referenced this pull request Dec 31, 2023
* MERGE feature/50-adds-settings-and-updates-history-endpoints INTO development (#51)

* Endpoints reconfigurged for settings and history

* Update changelog

* MERGE Feature/rag chat fixed to not be agent INTO development (#53)

* Rag chat fixed

* Remove body from create for now, may change how this works later

* Works for saas, may stop workign on vercel

* MERGE feature/55-update-ollama-rag-chat INTO development (#56)

* Contains updates for ollama rag but is a bit more custom than intended, doesn't include return docs atm.

* Rag working for both openai and ollama

* MERGE feature/55-update-ollama-rag-chat INTO development (#57)

* Contains updates for ollama rag but is a bit more custom than intended, doesn't include return docs atm.

* Rag working for both openai and ollama

* Update changelog

* Update changlog

* fixing the retrieval routes

* Update changelog

* Update retrieval controller with file upload

* Adds better error handling for tools in agent

* Changes made (#62)

* MERGE feature/64-retricts-what-can-be-passed-to-settings-and-history INTO development (#65)

* Updates to restrict the keys that can be saved

* Adds the keys as args so could be altered

* adds some type hinting

* Small fix in history controller

* Need to account for tags and title on history and settings

* Switch to a set to be more efficient (#71)

* A couple adjustments

* Had to update the PINECONE_KEY to PINECONE_API_KEY

* Had to do some updates

* update HistoryController with user_id for webhook

* Update changelog
ryaneggz added a commit that referenced this pull request Dec 31, 2023
…rties INTO development (#77)

* MERGE development INTO master (#74)

* MERGE feature/50-adds-settings-and-updates-history-endpoints INTO development (#51)

* Endpoints reconfigurged for settings and history

* Update changelog

* MERGE Feature/rag chat fixed to not be agent INTO development (#53)

* Rag chat fixed

* Remove body from create for now, may change how this works later

* Works for saas, may stop workign on vercel

* MERGE feature/55-update-ollama-rag-chat INTO development (#56)

* Contains updates for ollama rag but is a bit more custom than intended, doesn't include return docs atm.

* Rag working for both openai and ollama

* MERGE feature/55-update-ollama-rag-chat INTO development (#57)

* Contains updates for ollama rag but is a bit more custom than intended, doesn't include return docs atm.

* Rag working for both openai and ollama

* Update changelog

* Update changlog

* fixing the retrieval routes

* Update changelog

* Update retrieval controller with file upload

* Adds better error handling for tools in agent

* Changes made (#62)

* MERGE feature/64-retricts-what-can-be-passed-to-settings-and-history INTO development (#65)

* Updates to restrict the keys that can be saved

* Adds the keys as args so could be altered

* adds some type hinting

* Small fix in history controller

* Need to account for tags and title on history and settings

* Switch to a set to be more efficient (#71)

* A couple adjustments

* Had to update the PINECONE_KEY to PINECONE_API_KEY

* Had to do some updates

* update HistoryController with user_id for webhook

* Update changelog

* Made, may need to take a second look edit mode is not working in the other repo

* Updates changelog
ryaneggz added a commit that referenced this pull request Dec 31, 2023
* MERGE feature/50-adds-settings-and-updates-history-endpoints INTO development (#51)

* Endpoints reconfigurged for settings and history

* Update changelog

* MERGE Feature/rag chat fixed to not be agent INTO development (#53)

* Rag chat fixed

* Remove body from create for now, may change how this works later

* Works for saas, may stop workign on vercel

* MERGE feature/55-update-ollama-rag-chat INTO development (#56)

* Contains updates for ollama rag but is a bit more custom than intended, doesn't include return docs atm.

* Rag working for both openai and ollama

* MERGE feature/55-update-ollama-rag-chat INTO development (#57)

* Contains updates for ollama rag but is a bit more custom than intended, doesn't include return docs atm.

* Rag working for both openai and ollama

* Update changelog

* Update changlog

* fixing the retrieval routes

* Update changelog

* Update retrieval controller with file upload

* Adds better error handling for tools in agent

* Changes made (#62)

* MERGE feature/64-retricts-what-can-be-passed-to-settings-and-history INTO development (#65)

* Updates to restrict the keys that can be saved

* Adds the keys as args so could be altered

* adds some type hinting

* Small fix in history controller

* Need to account for tags and title on history and settings

* Switch to a set to be more efficient (#71)

* A couple adjustments

* Had to update the PINECONE_KEY to PINECONE_API_KEY

* Had to do some updates

* update HistoryController with user_id for webhook

* Update changelog

* MERGE feature/76-updates-params-for-ability-to-fetch-from-other-properties INTO development (#77)

* MERGE development INTO master (#74)

* MERGE feature/50-adds-settings-and-updates-history-endpoints INTO development (#51)

* Endpoints reconfigurged for settings and history

* Update changelog

* MERGE Feature/rag chat fixed to not be agent INTO development (#53)

* Rag chat fixed

* Remove body from create for now, may change how this works later

* Works for saas, may stop workign on vercel

* MERGE feature/55-update-ollama-rag-chat INTO development (#56)

* Contains updates for ollama rag but is a bit more custom than intended, doesn't include return docs atm.

* Rag working for both openai and ollama

* MERGE feature/55-update-ollama-rag-chat INTO development (#57)

* Contains updates for ollama rag but is a bit more custom than intended, doesn't include return docs atm.

* Rag working for both openai and ollama

* Update changelog

* Update changlog

* fixing the retrieval routes

* Update changelog

* Update retrieval controller with file upload

* Adds better error handling for tools in agent

* Changes made (#62)

* MERGE feature/64-retricts-what-can-be-passed-to-settings-and-history INTO development (#65)

* Updates to restrict the keys that can be saved

* Adds the keys as args so could be altered

* adds some type hinting

* Small fix in history controller

* Need to account for tags and title on history and settings

* Switch to a set to be more efficient (#71)

* A couple adjustments

* Had to update the PINECONE_KEY to PINECONE_API_KEY

* Had to do some updates

* update HistoryController with user_id for webhook

* Update changelog

* Made, may need to take a second look edit mode is not working in the other repo

* Updates changelog
ryaneggz added a commit that referenced this pull request Jan 2, 2024
* MERGE feature/50-adds-settings-and-updates-history-endpoints INTO development (#51)

* Endpoints reconfigurged for settings and history

* Update changelog

* MERGE Feature/rag chat fixed to not be agent INTO development (#53)

* Rag chat fixed

* Remove body from create for now, may change how this works later

* Works for saas, may stop workign on vercel

* MERGE feature/55-update-ollama-rag-chat INTO development (#56)

* Contains updates for ollama rag but is a bit more custom than intended, doesn't include return docs atm.

* Rag working for both openai and ollama

* MERGE feature/55-update-ollama-rag-chat INTO development (#57)

* Contains updates for ollama rag but is a bit more custom than intended, doesn't include return docs atm.

* Rag working for both openai and ollama

* Update changelog

* Update changlog

* fixing the retrieval routes

* Update changelog

* Update retrieval controller with file upload

* Adds better error handling for tools in agent

* Changes made (#62)

* MERGE feature/64-retricts-what-can-be-passed-to-settings-and-history INTO development (#65)

* Updates to restrict the keys that can be saved

* Adds the keys as args so could be altered

* adds some type hinting

* Small fix in history controller

* Need to account for tags and title on history and settings

* Switch to a set to be more efficient (#71)

* A couple adjustments

* Had to update the PINECONE_KEY to PINECONE_API_KEY

* Had to do some updates

* update HistoryController with user_id for webhook

* Update changelog

* MERGE feature/76-updates-params-for-ability-to-fetch-from-other-properties INTO development (#77)

* MERGE development INTO master (#74)

* MERGE feature/50-adds-settings-and-updates-history-endpoints INTO development (#51)

* Endpoints reconfigurged for settings and history

* Update changelog

* MERGE Feature/rag chat fixed to not be agent INTO development (#53)

* Rag chat fixed

* Remove body from create for now, may change how this works later

* Works for saas, may stop workign on vercel

* MERGE feature/55-update-ollama-rag-chat INTO development (#56)

* Contains updates for ollama rag but is a bit more custom than intended, doesn't include return docs atm.

* Rag working for both openai and ollama

* MERGE feature/55-update-ollama-rag-chat INTO development (#57)

* Contains updates for ollama rag but is a bit more custom than intended, doesn't include return docs atm.

* Rag working for both openai and ollama

* Update changelog

* Update changlog

* fixing the retrieval routes

* Update changelog

* Update retrieval controller with file upload

* Adds better error handling for tools in agent

* Changes made (#62)

* MERGE feature/64-retricts-what-can-be-passed-to-settings-and-history INTO development (#65)

* Updates to restrict the keys that can be saved

* Adds the keys as args so could be altered

* adds some type hinting

* Small fix in history controller

* Need to account for tags and title on history and settings

* Switch to a set to be more efficient (#71)

* A couple adjustments

* Had to update the PINECONE_KEY to PINECONE_API_KEY

* Had to do some updates

* update HistoryController with user_id for webhook

* Update changelog

* Made, may need to take a second look edit mode is not working in the other repo

* Updates changelog

* Updates so UserRepo can be passed

* MERGE feature/15-can-pass-tools-and-user-repo-to-include-router INTO development (#79)

* Will close out issue 15, updates saas

* Changelog updated
ryaneggz added a commit that referenced this pull request Jan 4, 2024
* MERGE feature/50-adds-settings-and-updates-history-endpoints INTO development (#51)

* Endpoints reconfigurged for settings and history

* Update changelog

* MERGE Feature/rag chat fixed to not be agent INTO development (#53)

* Rag chat fixed

* Remove body from create for now, may change how this works later

* Works for saas, may stop workign on vercel

* MERGE feature/55-update-ollama-rag-chat INTO development (#56)

* Contains updates for ollama rag but is a bit more custom than intended, doesn't include return docs atm.

* Rag working for both openai and ollama

* MERGE feature/55-update-ollama-rag-chat INTO development (#57)

* Contains updates for ollama rag but is a bit more custom than intended, doesn't include return docs atm.

* Rag working for both openai and ollama

* Update changelog

* Update changlog

* fixing the retrieval routes

* Update changelog

* Update retrieval controller with file upload

* Adds better error handling for tools in agent

* Changes made (#62)

* MERGE feature/64-retricts-what-can-be-passed-to-settings-and-history INTO development (#65)

* Updates to restrict the keys that can be saved

* Adds the keys as args so could be altered

* adds some type hinting

* Small fix in history controller

* Need to account for tags and title on history and settings

* Switch to a set to be more efficient (#71)

* A couple adjustments

* Had to update the PINECONE_KEY to PINECONE_API_KEY

* Had to do some updates

* update HistoryController with user_id for webhook

* Update changelog

* MERGE feature/76-updates-params-for-ability-to-fetch-from-other-properties INTO development (#77)

* MERGE development INTO master (#74)

* MERGE feature/50-adds-settings-and-updates-history-endpoints INTO development (#51)

* Endpoints reconfigurged for settings and history

* Update changelog

* MERGE Feature/rag chat fixed to not be agent INTO development (#53)

* Rag chat fixed

* Remove body from create for now, may change how this works later

* Works for saas, may stop workign on vercel

* MERGE feature/55-update-ollama-rag-chat INTO development (#56)

* Contains updates for ollama rag but is a bit more custom than intended, doesn't include return docs atm.

* Rag working for both openai and ollama

* MERGE feature/55-update-ollama-rag-chat INTO development (#57)

* Contains updates for ollama rag but is a bit more custom than intended, doesn't include return docs atm.

* Rag working for both openai and ollama

* Update changelog

* Update changlog

* fixing the retrieval routes

* Update changelog

* Update retrieval controller with file upload

* Adds better error handling for tools in agent

* Changes made (#62)

* MERGE feature/64-retricts-what-can-be-passed-to-settings-and-history INTO development (#65)

* Updates to restrict the keys that can be saved

* Adds the keys as args so could be altered

* adds some type hinting

* Small fix in history controller

* Need to account for tags and title on history and settings

* Switch to a set to be more efficient (#71)

* A couple adjustments

* Had to update the PINECONE_KEY to PINECONE_API_KEY

* Had to do some updates

* update HistoryController with user_id for webhook

* Update changelog

* Made, may need to take a second look edit mode is not working in the other repo

* Updates changelog

* Updates so UserRepo can be passed

* MERGE feature/15-can-pass-tools-and-user-repo-to-include-router INTO development (#79)

* Will close out issue 15, updates saas

* Changelog updated

* MERGE bugfix/81-vectorstore-file-fix-args INTO development (#82)

* Should be resolved, need to check after comp restart

* Update changelog
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.

1 participant