Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
53 views

Hello everyone at StackOverflow. I'm new here, and I apologize if my questions are stupid... but I'm not a computer scientist, and I'm trying to develop an app with MIT App Inventor. I created a ...
Domenico Melisi's user avatar
0 votes
0 answers
19 views

Im working with QBXML to retrieve the detail transaction report by account, which should get me 62K transaction records.about 60K of them are correct, matching my data from using my old VBA routine ...
jhw's user avatar
  • 1
0 votes
1 answer
90 views

I want to cache the saltstack returns in postgres for that i've modified the saltstack master configuration like the one below (refering to the official salt documentations). But the returner is not ...
Rahul Singh's user avatar
1 vote
0 answers
45 views

I'm developing a game, and for the game world I am using Bezier surfaces for the ground, since they're precise, compact, and relatively easy to optimize performance for. My game is going to be open ...
Majestic_Monkey_'s user avatar
1 vote
0 answers
38 views

Hi I’m trying to make a bookkeeping app with .net Maui and pull user data from a users square accounts and add them to the book automatically. The only issue is that it seems like o auth 2 for square ...
porter runyon-trapp's user avatar
0 votes
0 answers
22 views

Once I kept repeatedly inputting a character in the search box, it is getting slower and slower until it hangs. I wanted to optimize it and make it smoother. Can you guys help me or give me any advice ...
Mark Diaz's user avatar
-1 votes
1 answer
284 views

I'm using the Bureau of Labor Statistics (BLS) API to retrieve Consumer Price Index (CPI) data for the CUUR0000SA0 series. My goal is to obtain CPI data from April 2020 to April 2024. However, the API ...
clibassi's user avatar
1 vote
0 answers
658 views

I am currently exploring options to access candidate data for a job opening through the Indeed API. I have checked the Indeed API documentation (https://developer.indeed.com/) but couldn't find a ...
Mufasil's user avatar
  • 241
1 vote
0 answers
167 views

Working with LangChain, I created the following retriever based on the Parent Document Retriever docs. I basically copy and paste the example, but I'm using just one .txt file instead of two. ...
James's user avatar
  • 1,799
0 votes
1 answer
548 views

I want to create a chain in langchain. And get the following error in short TypeError: Expected a Runnable, callable or dict.Instead got an unsupported type: <class 'str'> You find the complete ...
Christian01's user avatar
1 vote
0 answers
773 views

I use the Self-Query Retriever from langchain lib and want to set the filter to "in", because my attribute is string of keywords (comma-separated). I create a retriever: from langchain....
Christian01's user avatar
0 votes
0 answers
41 views

I have been trying to get data into string for almost 5 hours now. I have referred the previous questions related to the same and tried doing it but not able to store the data into a string. This is ...
Meet Modi's user avatar
1 vote
0 answers
746 views

Here is my code: from langchain.document_loaders import PyPDFLoader from langchain.text_splitter import RecursiveCharacterTextSplitter from langchain_openai import OpenAIEmbeddings from ...
yts61's user avatar
  • 1,669
1 vote
1 answer
118 views

I am currently working with Xquery, and my goal is to retrieve values from different XML documents (1000+), all in the same folder (“myFolder”), and put then into a map. The key would be a value “type”...
Marie's user avatar
  • 15
2 votes
0 answers
705 views

I used to use ChromaDB, now I switched to PGVector. In ChromaDB there was an option to get the required amount of documents using a filter by metadata, but I can't find this in PGVector. db = Chroma....
Aleksey Romanov's user avatar
0 votes
0 answers
69 views

I created a project with mern stack, and when I try to comment on the post from the client, the comment does not appear, even though it shows me that the comment was completed successfully, and the ...
khayal's user avatar
  • 51
1 vote
1 answer
32 views

I am working on 2 pages on an app using React and Redux. On the first page, you enter a string, it displays the string in reverse and tells you whether or not it is a palindrome. Once a string is ...
Jo Murray's user avatar
1 vote
1 answer
163 views

I have a population of animals. I want to calculate the age the mother of each individual had when that individual was born. In my spreadsheet with data, I have (among other things I want to test) the ...
JPM's user avatar
  • 25
1 vote
1 answer
50 views

I am trying to use python to access an api, pull specified data from it and add it to a csv file, under the correct element headings. I keep getting the error: name = item['name'] TypeError: string ...
S-Gorton's user avatar
0 votes
0 answers
2k views

I want to pass the hidden_states of llama-2 as an embeddings model to my method FAISS.from_document(<filepath>, <embedding_model>). Currently, I have the llama-2 model and get embeddings ...
Christian01's user avatar
1 vote
1 answer
89 views

I’m trying to access several different workbooks in a specific folder and pull data from a pre-determined cell on each workbook. All of the workbooks are test logs so their format is identical and so ...
Callum's user avatar
  • 15
0 votes
2 answers
60 views

could not connect to server: unable to connect to postgresql server. connection refused (0x0000274D/10061) is the server running on host and accepting TCP/IP connections on port 5432? i tried to login ...
mohith 's user avatar
1 vote
1 answer
2k views

I am new to the world of LangChain and LLama Index. I am working on a project for document consultation (building regulations) using LLMs. I noticed that when, for example, on LLama Index, I use the ...
Marco Palombo's user avatar
0 votes
1 answer
123 views

I'm trying to write a script that retrieves data from GenBank files. I only need the info until the COMMENT part of the annotation. This is my input: LOCUS mitochondrion_genome 19524 bp DNA HTG ...
user avatar
0 votes
0 answers
288 views

I have this code: messages = [] async for message in client.iter_messages(chat): messages.append(message) if len(messages) >= 10: # change this number to retrieve more or less messages ...
Timur's user avatar
  • 11
-1 votes
1 answer
3k views

I am looking for a method to bulk collect all results from professional competitive League of Legends games. I am unsure where riot keeps this data and/or the proper APIs to use to recover it. Riot's ...
Noah's user avatar
  • 1,769
0 votes
1 answer
359 views

I don't know what to check next to solve the issues. I trie to re install mapdamage et transforme the .bam to .sam to check the file which seems fine. And I still have the issue : rule MapDammage: ...
angelina.Z.H's user avatar
0 votes
1 answer
150 views

I am working with Flutter and I have added some data to a Firestore collection, and now I want to retrieve values from the collection which are relevant to the user logged in. The method I have ...
mathems32's user avatar
  • 405
1 vote
0 answers
306 views

I'm trying to retrieve all labels and descriptions in different languages from a instances of a specific class from Wikidata. I have followed the answer to a similar question (https://stackoverflow....
alelom's user avatar
  • 3,288
0 votes
1 answer
516 views

I am trying to retrieve an OAuth2 token from our Azure cloud via the DS hierarchical data object. I am trying to do this without variables and just plugging in the actual URL which would include the ...
SGWtheNext's user avatar
0 votes
0 answers
45 views

I've been working on a project and I've been stuck for over a week and haven't been able to find the solution to this problem. I'm creating a school management app. I've successfully allowed the ...
Matthew Wisen's user avatar
0 votes
0 answers
38 views

When I store and load a numpy array I have no issues unless the array only has a single element. When this happens, I am able to store and retrieve it, but the resulting type is not an array. I was ...
Motougo's user avatar
0 votes
0 answers
61 views

I am trying to follow the terrier quick start guide but am facing an issue, I try to run the bin\terrier.bat on windows cmd but I get the following "Error: Could not find or load main class ...
SpaceSpaghetti's user avatar
1 vote
2 answers
84 views

I am trying to retrieve consecutive rows where the ls_status is appearing in this order per letter eg i want to see the entries where status 'AV' is occurring prior 'VL' in my case i need to see rows ...
user19228545's user avatar
0 votes
0 answers
208 views

Interested in storing a sparse vector (technically the sparse array is a key value pair dictionary but let’s just say that the values are an array for simplicity) and retrieving it from Postgres ...
Dylan Mendonca's user avatar
0 votes
1 answer
132 views

I am interested in the data provided by the link: https://stats.bis.org/api/v1/data/WS_XRU_D/D.RU../all?detail=full My code for retrieving the data on the daily exchange rate history so far has ...
Alex's user avatar
  • 183
1 vote
2 answers
100 views

I'm having trouble understanding how to deserialize a hash with retrieve() in Perl (v5.30.0): #!/usr/bin/perl use warnings; use strict; use Storable; package main; my %origHash = (key1 => 'data1',...
Pete's user avatar
  • 1,599
1 vote
1 answer
412 views

<label for="bank_id">Bank</label> <select class="browser-default custom-select custom-select-sx col-md-12 mb-auto" (change)="selectedBank($event)"> ...
Onella Natalie's user avatar
2 votes
1 answer
675 views

I am facing an error while I am retrieving data from firebase. I am using React JS and Firebase Firestore for data storeing. The problem is when I use the useEffect() hook to get data at the start of ...
Muhammad Ahmed Bashir's user avatar
0 votes
1 answer
41 views

I have two tables that store IP numbers. The number of columns of each table is different. I need to get the unique IP's that are in both tables. Given table structures of table A { ip_number ...
user3052443's user avatar
0 votes
1 answer
48 views

If I have a list of pairs, such as [(egg,man),(egg,dog),(cat,cactus),(cactus,elephant),(giraffe,chocolate),(tea,boat),(sky,lizard),(sky,tree),(helicopter,lizard)] How would I retrieve the most amount ...
BanAckerman's user avatar
-1 votes
2 answers
35 views

const ciclos = [{num:1, quality: "poor"}, {num:2, quality: "normal"}, {num:3, quality: "excelent"}, ] I have this object ...
Gonzalo Bullrich's user avatar
1 vote
1 answer
185 views

I'm trying to retrieve raw physiological data (hand dynanometer) from Acqknowledge to be able to preprocess and analyze them in R (or Matlab) in an automatized way. Is there a way to do that ? I would ...
jehrich's user avatar
  • 11
0 votes
0 answers
55 views

I am trying to call a url from extension storage to send it to a server for analysis but I cant seem to find a straight forward solution to this. is there somthing I am missing? Any help would be ...
Tom TR's user avatar
  • 1
0 votes
3 answers
61 views

Here is my returned array: >0: RectangularNode {children: Array(0), position: {…}, size: {…}, strokeWidth: 0, selected: true, …} [Directly captured from the browser] When expanded above array I ...
Abhay Tomar's user avatar
2 votes
1 answer
153 views

The problem is with these two fields : Relative Time(h:min:s.ms) and Real time(h:min:s.ms) The values cannot be retrieved While trying to export the collection to csv/json. So I tried the following: ...
iamgr007's user avatar
  • 986
4 votes
2 answers
7k views

I'm new to python. I'm using a firebase firestore database for this project. After entering the Admission_No, I want to retrieve all the data in the relevant document such as name, grade, phone. I ...
I'm a Studnet's user avatar
1 vote
1 answer
521 views

I am building a KivyMD application and when the user enters the Admission No, I need to write a program to bind the data in the relevant document to an MDLabel. The MDLabel should be in the following ...
Kusal Darshana's user avatar
0 votes
0 answers
30 views

I am a newbee in R, so I need some assistance for extracting the values from a daily 7-year ncfile to match my dataframe with latitude, longitude and date. The problem is that I want the data for each ...
Rui Peres dos Santos's user avatar
1 vote
1 answer
261 views

Update: Jun 10, 2022 I have successfully been able to create a demo application with AspectJ integration that could extract variables from the demo application. It was quite a hassle since there's a ...
Seymour's user avatar
  • 64

1
2 3 4 5
10