Giter VIP home page Giter VIP logo

Comments (6)

marketfailuree avatar marketfailuree commented on July 22, 2024 1

thank you so much, i finally got it to work! cheers!

from obsidian-smart-connections.

brianpetro avatar brianpetro commented on July 22, 2024

@seanrose thanks for bringing that to my attention.

That seems to be an incompatibility issue with the OpenAI tokenizer.

In the future, we could try to manually filter out tokens like the <|endoftext|> mentioned in the error.

For now, you could either switch to a non-OpenAI embedding model (may or may not work), remove/change any mentions of <|endoftext|> in your notes, or exclude any notes that contain <|endoftext|> using the exclusion settings.

🌴

from obsidian-smart-connections.

seanrose avatar seanrose commented on July 22, 2024

Removing mentions of those text did help. Hopefully they're rare, but it'd be useful if there were some built in way to see these exceptions outside of the console to self-resolve,

from obsidian-smart-connections.

brianpetro avatar brianpetro commented on July 22, 2024

@seanrose glad it helped!

A couple things would help:

  1. preventing errors from halting the process and listing erroneous notes in the settings or somewhere else for review.

  2. known "stop" words listed in the model config (varies per model) and handling accordingly.

The first is already in a long list of todos. And while it won't necessarily show the exact issue, users may still be able to identify the issues given that the erroneous notes likely have some commonality, like the "stop" word.

The second will likely become a feature in the modules I'm building for securely integrating the AI models in v2.0/2.1.

🌴

from obsidian-smart-connections.

marketfailuree avatar marketfailuree commented on July 22, 2024

I have the same error. this is my console:

REMOVED COPY AND PASTED LOGS

from obsidian-smart-connections.

brianpetro avatar brianpetro commented on July 22, 2024

@marketfailuree The error your receiving (429) is from OpenAI rate limits. These errors, where OpenAI is blocking/restricting your account, are often solved by pre-paying $5 on your account and making sure your billing info is properly setup.

Please screenshot the logs in the future instead of copy & paste.

🌴

from obsidian-smart-connections.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.