Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Seabock (Centific Technologies Inc) committed Aug 7, 2024
1 parent 4f7e14f commit 41c1604
Show file tree
Hide file tree
Showing 8 changed files with 210 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,9 @@ Note: settings starting with `AZURE_SEARCH` are only needed when using Azure Ope
|PROMPTFLOW_RESPONSE_FIELD_NAME|reply|Default field name to process the response from Promptflow request.|
|PROMPTFLOW_CITATIONS_FIELD_NAME|documents|Default field name to process the citations output from Promptflow request.|
|DATASOURCE_TYPE||Type of data source to use for using the 'on-your-data' api. Can be `AzureCognitiveSearch`, `AzureCosmosDB`, `Elasticsearch`, `Pinecone`, `AzureMLIndex`, `AzureSqlServer` or `None` |

|AZURE_SQL_SERVER_PORT||Not publicaly available at this time.|
|AZURE_SQL_SERVER_DATABASE_NAME||Not publicaly available at this time.|
|AZURE_SQL_SERVER_DATABASE_SERVER||Not publicaly available at this time.|

## Contributing

Expand Down
2 changes: 0 additions & 2 deletions frontend/src/pages/chat/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,6 @@ const Chat = () => {
appStateContext?.dispatch({ type: 'SET_ANSWER_EXEC_RESULT', payload: { answerId: answerId, exec_result: exec_results } })
}

// console.log("appStateContext?.state", appStateContext?.state)

const processResultMessage = (resultMessage: ChatMessage, userMessage: ChatMessage, conversationId?: string) => {
if (resultMessage.content.includes('all_exec_results')) {
const parsedExecResults = JSON.parse(resultMessage.content) as AzureSqlServerExecResults
Expand Down
25 changes: 25 additions & 0 deletions static/assets/Contoso-ff70ad88.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions static/assets/Send-d0601aaa.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
155 changes: 155 additions & 0 deletions static/assets/index-0fc2f06b.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/assets/index-0fc2f06b.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/assets/index-61492790.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions static/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="{{ favicon }}" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{{ title }}</title>
<script type="module" crossorigin src="/assets/index-0fc2f06b.js"></script>
<link rel="stylesheet" href="/assets/index-61492790.css">
</head>
<body>
<div id="root"></div>

</body>
</html>

0 comments on commit 41c1604

Please sign in to comment.