Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [semantics]

The study of meaning as it applies to programming languages

0 votes
0 answers
24 views

Is there a way to use the Python SDK to implement hybrid search + semantic reranking in AzureAI search?

As implied by this article: https://techcommunity.microsoft.com/t5/ai-azure-ai-services-blog/azure-cognitive-search-outperforming-vector-search-with-hybrid/ba-p/3929167 it is possible to perform a ...
Cole's user avatar
  • 1
-1 votes
0 answers
17 views

Checking semantic meaning of 2 texts while considering the order of the texts

I am doing a task related to checking the semantic meaning similarity between 2 texts. There I used BERT sentence-transformers/all-MiniLM-L6-v2 model. Input 1 - "Object moves in uniform ...
Anjana Pathirana's user avatar
0 votes
0 answers
18 views

Any Option to Enable Semantic Cache on AsyncAzureOpenAI?

I am looking for a way to enable caching on AsyncAzureOpenAI. Currently, I am exploring the redisvl library using the sample app provided by microsoft. Does anyone have experience or suggestions on ...
Mohammad Saad's user avatar
0 votes
0 answers
22 views

Small corpus, want to find associations. Word2Vec?

I'm a psychologist, and I'm diving into the field of AI. I could really use some help for a project. This semester, I discovered Word2Vec and was mesmerized by its capability to find associations. So, ...
Vinicius Fantini Marques Roja's user avatar
0 votes
0 answers
21 views

What am I doing wrong when using attributedLabel in Flutter Semantics?

I am trying to use SpellOutStringAttribute to spell out the attributedLabel, but it just doesn't spell it. The documentation says: A string attribute that causes the assistive technologies, e.g. ...
Miklós Kondász's user avatar
0 votes
0 answers
10 views

Semantics Building In LSTM-Based Models - How does a LSTM is able to extract and represent long data using just one value (long-memory)?

How does a LSTM is able to extract and represent long sequences with data while using just one value (long-memory / LM) to maintain all this information? If multiple value were used, it could be ...
Linces games's user avatar
1 vote
1 answer
39 views

Correct semanticly select styling [closed]

I want to create a custom-styled select element in my web app. However, I'm concerned about the approach I should use. Styling the default select gives me some options, but I can't fully style the pop-...
Wiktor Fajkowski's user avatar
0 votes
2 answers
74 views

Can the semantics of a translation unit depend on a function declaration that is never used?

Can the semantics of a well-formed C++ translation unit depend on the presence of a function or function template declaration that is never used? By "used", I mean it is selected by ...
Scott McPeak's user avatar
  • 11.1k
-3 votes
2 answers
98 views

Perceived changes in the last decade (or more?) with respect to the semantics of char** and char*[] declarations in the c language

compiler context First off, I'm currently using Microsoft Visual Studio Community 2022 (64-bit) - Current Version 17.7.5. (Just in case this question is more about the tools I'm using than the ...
periblepsis's user avatar
0 votes
2 answers
86 views

Shared triples between two knowledge graphs

I want to compare two semantic Knowledge Graphs, to see if they have any triple in common, using cypher. MATCH (n1)-[r1]-(c1) MATCH (n2)-[r2]-(c2) WHERE r1.filePath = "../data/graph1.json" ...
biowhat's user avatar
  • 17
2 votes
2 answers
76 views

eval vs Function() return semantics

We have the product (normal desktop app) that wants to pull some data from the Adobe products (from the documents, opened in these products). Since the Apple events are too slow, we implemented a ...
Serg's user avatar
  • 4,223
0 votes
2 answers
210 views

Is a hidden heading in the <footer> needed for accessibility?

Is it necessary or helpful for accessibility of my website to add a heading saying footer in the footer? I know the footer is a landmark en therefor a user of a screen reader could find out the ...
Zebda's user avatar
  • 349
0 votes
1 answer
291 views

How to make talkback read out Text and switch together in Android?

Hello I am trying to make talkback read out text from Text() and default line from Switch() using compose semantics. This is my code: var toggle by remember { mutableStateOf(true) ...
Tbijo54's user avatar
  • 185
0 votes
1 answer
103 views

How Vespa addresses memory limitations in big data applications

I'm trying to index over 200 million documents using HNSW in Vespa, but it consumes significant memory as the number of files increases. My server has 64GB of memory, and I estimate storing all data ...
Jay's user avatar
  • 3
0 votes
1 answer
84 views

Custom HLSL Structure

Is it possible to replace built-in packed variables like float4 or int4 with custom HLSL structures without changing the functionality of the data? For example, instead of using a uint4 (x,y,z,w), ...
Robert's user avatar
  • 475

15 30 50 per page
1
2 3 4 5
117