RapportTalk — code branch: main
Administrator resources
This page automatically refreshes every
minutes.
Most recent update: mm/dd/yyyy
...
session_info
— Shows the 10 largest session variables and how close to the limit the session cookie is.
See OneNote page "Use session storage instead of session cookie".
Azure Database for MySQL — dashboard (bottom of the page)
Pinecone index (table) browser
— Pinecone billing plans
Pinecone metrics
Azure Database for MySQL — dashboard (bottom of the page)
RapportTalk.com > App Service > Monitoring (Select manually.)
Internet speed test
GitHub deployment tracker
RTL_DevTest > xx Commits > (under the commit) O 1 / 2 > Details
Claude Code MAX dashboard with spending plan
Cursor dashboard with spending plan
Cursor usage and spending
Cursor documentation
Send test e-mail message from DoNotReply@RapportTalk.com. Print result to terminal.
Azure Deployment Center
Azure Log Stream
Azure deployments log
Azure App Service dashboard
session.pop("listConversationAssociatedEntityIDs", None)
session.pop("listConversationReferenceShareIDs", None)
session.pop("listUserShareInferenceIDs", None)
session.pop("listUserShareObservationIDs", None)
session.pop("listUserShareQuestionIDs", None)
session.pop("listUserShareReferenceShareIDs", None)
session.pop("list_ReferenceShare_IDs_from_tblUserShare", None)
session.pop("list_all_entity_types_in_tblUserShare_row", None)
session.pop("list_similar_ReferenceShare_IDs_andSimilarityScores", None)
Author:
Import quotations from a comma-separated CSV file
Import rows from a comma-separated CSV file — FIRST: Edit app.py > def AJAX_API_import_rows():
session_variable: ![]()
session_variable_value:
|
|
Comparative Analysis
Comparative Analysis
Comparative Analysis with Prompts — Admin only
Manage RapportTalk data
Manage reference shares and inferences — AssociateValues_tblReferenceShare_tblInference
Manage reference shares and observations — AssociateValues_tblReferenceShare_tblObservation
Manage reference shares and questions — AssociateValues_tblReferenceShare_tblQuestion
Manage files in Azure blob storage
Audio File Utility — Upload a file to Azure blob storage
Manage tblConversation (404)
RapportTalk conversation
Manage EI Scenarios
Display EI Scenarios
Manage EI Practice Sessions
Test cases for EI assessment of Hume.AI's EV2 voice interface
Call AJAX_API_update_tool_tblSituationExample
User Share Content
get_embedding_values_for_sentence($('#user_share_content').val())
Manage tblReferenceShare and display associated entities -- tblReferenceShare_CreateReadUpdate
Manage Pinecone indexes -- Keep one index for each strConversationExpertise.
Create vector index (table) in Pinecone database -- name: "ndxReferenceShare", namespace: "situation", dimension: 1536, metric: "cosine"
Create vector index (table) in Pinecone database -- name: "quotations", namespace: "quotations", dimension: 1536, metric: "cosine"
Display all namespaces and vectors in index ndxReferenceShare
Populate (upsert) the Pinecone index (table) 'ndxreferenceshare' with one row in tblReferenceShare where strReferenceShareConversationExpertise = 'situation' and cntReferenceShareID = 2.
Populate (upsert) the Pinecone index (table) 'ndxreferenceshare' with rows in tblReferenceShare that are new or changed where strReferenceShareConversationExpertise = 'situation'.
Populate (upsert) the Pinecone index (table) 'quotations' with rows in tblQuotation that are new or changed.
DELETE vector index (table) -- name: "ndxReferenceShare" in Pinecone database
Edit selected rows in tblQuotation per code in AJAX_API_edit_quotations().
AJAX_API_list_all_index_IDs_by_namespace('ndxReferenceShare', 'situation', callback)
(List in the table below.)
AJAX_API_get_all_vector_IDs_by_namespace('ndxReferenceShare', 'situation', callback) -- This works: generator_list_of_row_IDs = index.list( namespace = namespace )
(List in the table below.)
DOES NOT WORK YET:
memContent:
get_embedding_values_for_sentence(memContent)
dictSimilarRowIDs = index.query(vector = $("#listUserShareEmbeddings").html(), top_k = int(top_k), ... )
lngUserShareID:
listUserShareEmbeddings = get_embedding_values_for_sentence(memUserShareContent)
list_similar_ReferenceShare_IDs_andSimilarityScores = AJAX_API_get_most_similar_vectors(listUserShareEmbeddings, session["top_k"], session["index_name"], session["namespace"], "false") session["includeMetadata"])
AJAX_API_get_most_similar_vectors('ndxReferenceShare', 'situation', 'I don't know what PersonB needs.', $('#listUserShareEmbeddings').html(), top_k, includeMetadata, callback)
(List in the table below.)
|