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

Caddy Opensearch #150

Merged
merged 53 commits into from
Aug 23, 2024
Merged
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
9dc91c2
editing survey message
mhgov Jun 14, 2024
d9951bc
reword of control survey phrasing take 2
mhgov Jun 14, 2024
75efdc6
adding in a copy text button
mhgov Jun 18, 2024
b4145d9
poetry updates
mhgov Jun 18, 2024
e60dba6
chagnes
mhgov Jun 18, 2024
629156a
changing copy function
mhgov Jun 19, 2024
5c115a8
changes to pyperclip test
mhgov Jun 20, 2024
cc01a13
pyperclip
mhgov Jun 20, 2024
edc94ae
your client ot you language
mhgov Jun 20, 2024
fef1521
2nd person
mhgov Jun 20, 2024
6143d3d
2nd person
mhgov Jun 20, 2024
c659e5c
test_embedding_local file for lcal embedidng model
mhgov Jun 26, 2024
c009800
Initial teams structure
AndreasThinks Jul 8, 2024
8d652dd
added teams verification refactor
AndreasThinks Jul 8, 2024
d4e5f23
changed async handling
AndreasThinks Jul 8, 2024
96a8276
Merge pull request #132 from i-dot-ai/feature/teams_integration
AndreasThinks Jul 8, 2024
66540d6
git
AndreasThinks Jul 8, 2024
29ccb3b
Merge pull request #133 from i-dot-ai/feature/teams_integration
AndreasThinks Jul 8, 2024
6c3ba0c
Update deployment with Teams Vars
kurtismassey Jul 9, 2024
77a3081
added options handling to Teams endpoints
AndreasThinks Jul 9, 2024
0749e87
Merge pull request #134 from i-dot-ai/feature/teams_integration
AndreasThinks Jul 9, 2024
c46b789
improved async handling for Teams
AndreasThinks Jul 9, 2024
44008d1
added get routes
AndreasThinks Jul 9, 2024
2ba90a0
added debug
AndreasThinks Jul 9, 2024
fad1b9a
returned post method
AndreasThinks Jul 9, 2024
593a880
added msesage type debugging
AndreasThinks Jul 9, 2024
355c561
tweaked bot formula
AndreasThinks Jul 9, 2024
f61aa01
Initial Teams structure
kurtismassey Jul 13, 2024
6631ff0
Merge pull request #135 from i-dot-ai/feature/teamsIntegration
kurtismassey Jul 17, 2024
ed46a4f
teamsIntegration with updated readme
mhgov Jul 18, 2024
54c40cd
bedrock opensearch
mhgov Jul 18, 2024
ae2f5c7
ragas pipeline. No data provided
mhgov Jul 18, 2024
e6dc55e
ragas &updates to retrieval_chain for bedrock only
mhgov Jul 18, 2024
347d87c
Updates to env variables
kurtismassey Jul 19, 2024
6812100
Example env update
kurtismassey Jul 19, 2024
7bc4608
Merge pull request #136 from i-dot-ai/mh-ragas
kurtismassey Jul 19, 2024
a0fb100
new reactions in teams
mhgov Aug 2, 2024
66371aa
Add invoke buttons
kurtismassey Aug 8, 2024
dfc3d35
inserting rather than appending
mhgov Aug 13, 2024
82e5285
Merge pull request #147 from i-dot-ai/mh-moveapproval
mhgov Aug 13, 2024
67f3c35
updated readme for ngrok errors
mhgov Aug 15, 2024
7b96870
updated readme
mhgov Aug 15, 2024
0bc4f02
topic eval notebooks
mhgov Aug 16, 2024
f599692
Route table addition
kurtismassey Aug 16, 2024
4b4b086
Updating storing and routes
kurtismassey Aug 16, 2024
e6c1910
Update prompt handling
kurtismassey Aug 16, 2024
bba23cb
Migrate prompts to dynamo
kurtismassey Aug 16, 2024
9d0b0bb
Logging and format
kurtismassey Aug 17, 2024
7b1d90e
ECS token refresh
kurtismassey Aug 17, 2024
0bbbdbd
Merge pull request #148 from i-dot-ai/feature/migrateRoutesPrompts
kurtismassey Aug 19, 2024
c046947
Fix: remove test branch deployment
kurtismassey Aug 19, 2024
6d25d76
updated commentary on topic eval
mhgov Aug 21, 2024
99fc2d3
Merge pull request #149 from i-dot-ai/mh-teamsmovingchannelmessages
mhgov Aug 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated readme
  • Loading branch information
mhgov committed Aug 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 7b9687036c67375d8d4923b7532cfbd0cc835f96
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -104,21 +104,21 @@ $ aws cloudformation delete-stack --stack-name "INSERT_CUSTOM_STACK_NAME"

## Local Teams Deployment

In azure (https://portal.azure.com/#home), creat an azure bot, and add app_id, app_password to the .env from configuration space.

Then you need to build the container and provide a tunnel.

```bash
$ docker compose up
```

Go to ngrok and create a domain then expose the domain endpoint for local forwarding on the desired port i.e. 80
Go to ngrok dashboard (https://dashboard.ngrok.com/) and create a domain then expose the domain endpoint for local forwarding on the desired port i.e. 80

```bash
$ ngrok http --domain=insert-static-url 80
```

If you recieve a ngrok 381 errror, this is because ngrok has created an automatic edge. Delete the edge in ngrok dashboard and retry command

Then create an azure bot in azure, add app_id, app_password to the .env from configuration space to generate new tokens.

In azure bot - > configuration
Add static-url into the messaging endpoint
Then in channels use the open in teams button to test locally

In azure bot got to setting > configuration and add static-url with /microsoft-teams/chat into the messaging endpoint
Then in channels use the open in teams button to test locally