Skip to content
View chrisemoulton's full-sized avatar

Block or report chrisemoulton

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Cohere Embed V3 Cohere Embed V3
    1
    # This snippet shows and example how to use the Cohere Embed V3 models for semantic search.
    2
    # Make sure to have the Cohere SDK in at least v4.30 install: pip install -U cohere 
    3
    # Get your API key from: www.cohere.com
    4
    import cohere
    5
    import numpy as np
  2. words2map words2map Public

    Forked from legel/words2map

    online natural language processing with word vectors

    Python 1

  3. crawler.go crawler.go
    1
    package main
    2
    
                  
    3
    import (
    4
    	"fmt"
    5
    	"net/http"
  4. nycschoolfinder nycschoolfinder Public

    Forked from havasnewyork/nycschoolfinder

    NYC School Finder using Watson APIs - Watson Hackathon Project

    CSS 2 1

  5. dotfiles-2 dotfiles-2 Public

    Forked from bkuhlmann/dotfiles

    Shell scripts for applying default settings to UNIX-based operating systems.

    Shell 1

  6. Sample SiteNavigationElement Schema ... Sample SiteNavigationElement Schema Markup
    1
    <ul itemscope itemtype="http://www.schema.org/SiteNavigationElement">
    2
      <li itemprop="name"><a itemprop="url" href="http://www.travelstore.com/our-advantage">Our Advantage</a></li>
    3
      <li itemprop="name"><a itemprop="url" href="http://www.travelstore.com/our-travel-experts">Travel Experts</a></li>
    4
      <li itemprop="name"><a itemprop="url" href="http://www.travelstore.com/destinations">Destinations</a></li>
    5
      <li itemprop="name"><a itemprop="url" href="http://www.travelstore.com/cruises">Cruises</a></li>