K
kartikeygaur22 October, 2024

Vultr Cloud Innovate Hackathon 2024 - Platform Queries

Welcome to the Vultr Cloud Innovate Hackathon 2024 organized by GeeksforGeeks! This discussion is dedicated to exploring the possibilities of Vultr’s cloud services through the hackathon. Challenge yourself to create innovative solutions using Vultr's cloud platform, whether it’s scalable web apps, AI-powered systems, or advanced data storage. 

Exciting rewards, global recognition, and interview opportunities for technical writing await top participants. Share your doubts, ask questions, and stay updated on the latest announcements as we collaborate and innovate together!

Comments

S
sumanbgl17:36 - 11 November, 2024

I am unable to ftp to my compute instance on vultr cloud using filezilla. Though the allow rule for port 21 is added to firewall. Still not able to connect. Please help.

P
piyushkumar114:28 - 11 November, 2024

getting failed to connect to port 127.0.0.1:8000 connection refused

A
afzal44210:35 - 09 November, 2024

When I tried to use s3 client to upload objects, I am getting errors. Below is the code snippet

const s3 = new S3({
        region: "blr1",
        endpoint: "https://blr1.vultrobjects.com",
        credentials: {
          accessKeyId: process.env.NEXT_PUBLIC_S3_ACCESS_KEY_ID!,
          secretAccessKey: process.env.NEXT_PUBLIC_S3_SECRET_ACCESS_KEY!,
        },
      });
      console.log("File key being loaded:", file_key);

      const s3Url = getS3Url(file_key);

on the other hand

```
export function getS3Url(file_key: string) { const url = https://${process.env.NEXT_PUBLIC_S3_BUCKET_NAME}.blr1.vultrobjects.com/${file_key}; return url; }

```

A
afzal44210:03 - 09 November, 2024

Hi, I am currently facing embedding issues while I use apis to embed my docs. Any help will be great.

curl "https://api.vultrinference.com/v1/embeddings" \
  -X POST \
  -H "Authorization: Bearer <RWQ...>" \
  -H "Content-Type: application/json" \
  -d '{
        "model": "llama2-7b-chat-Q5_K_M", 
        "input": "Hi Vultr'",
        "encoding_format": "float"
      }'


{"error": "Internal Error"}

L
lakkineniak13:45 - 08 November, 2024

I am experiencing difficulties with my Vultr Server inference. When attempting to access the api showing Internal server error fo my chatbot application, I encounter an internal server error. Kindly assist me in resolving this issue

S
sharsha31510:30 - 08 November, 2024

Hi,

I need a little help. I am trying to access Vultr Cloud services through API, but I am not able to provision resources using API as it needs region-id, os-id, plan and more arguments, whose values I am not able to find anywhere. I need help for the values to use for API calls. And one more thing, do you have Python SDK support to provision Vultr Cloud services. It would be great to know.

Thank You.

H
honeypriya2221:58 - 07 November, 2024

submission area is not working well

A
anandchityal15:12 - 07 November, 2024

Hey hii., in round 2 we submit document of max 8 pages and a GitHub repository link of the project building website or app . Then where should i implement chatbot and where do i submit.

D
dhivyasri21211:18 - 07 November, 2024

We didn't recieve any vultr credits mail, how can we get that.

I
iamabhii20508:50 - 06 November, 2024

Hey Vultr team,
I am writing this on 6 November, and I just created a serverless Inference to test it out and it seems to be currently down it is just simply not working and thus I cannot add the chat bot UI to my project.
Please look it into this matter and solve it asap as there is not much time left for the hackathon submission

R
roopa69spr10:35 - 04 November, 2024

I am getting internal error while uploading data into the vector store.
{“error”: “Internal Error”}

L
loverboybhol14:20 - 31 October, 2024

I want to host backend on vulture cloud how can i do that can anyone please help me?

L
loverboybhol16:03 - 29 October, 2024

Regarding Vulture Credit

We recived the Vulture credit is it was lifetime or for limited period.

Showing 13 of 13 comments
Page 1 of 2